Live View - View in Timeline - Fullscreen to Fullscreen #316
Replies: 4 comments 3 replies
|
This is the full screen mode of the individual streams, not the full screen mode of the page that shows multiple streams. |
|
I'm wondering if browser security will not allow this feature. TimelinePlayer calls Element.requestFullscreen() and variants to request switching to fullscreen mode. lightNVR/web/js/components/preact/timeline/TimelinePlayer.jsx Lines 732 to 760 in c8c5c9a The documentation for the Element: requestFullscreen() method has this security note:
|
|
Tested with commit 767ed94. This only partially works:
|
|
Tested in commit b624c98. Switching to Timeline and staying in fullscreen mode still does not work. Being able to switch to 'fine' keyboard navigation mode in Firefox still does not work... clicking the video control starts playing the video instead. |
Uh oh!
There was an error while loading. Please reload this page.
On the Live View page, the View in Timeline button was added. That's working great.
Can it be improved so that if the Live View is in full screen when the button is clicked, it takes the user to the full screen mode of the Timeline and pre-selects the 'fine' keyboard navigation mode?
All reactions