You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user clicks 'View in Timeline' while a stream is playing in
native fullscreen on the Live View page, the Timeline page now:
1. Pre-selects 'fine' keyboard-navigation mode (arrow keys seek 1 s
instead of jumping recordings) — no extra click required.
2. Shows a translucent overlay on the video player with a fullscreen
icon and 'Click to enter fullscreen' label. Clicking the overlay
is the user gesture required by the browser's transient-activation
security policy, so requestFullscreen() succeeds immediately.
An × button lets the user dismiss the prompt without entering
fullscreen.
Both ?fullscreen=1 and ?nav=fine are one-shot URL params: they are
removed from the address bar by updateUrlParams() on the first
stream/date change, so sharing or refreshing the URL does not
re-trigger the behaviour.
Adds timeline.clickToEnterFullscreen i18n key to all 8 locales.
Closes #316
0 commit comments