Fullscreen via url? #15870
Fullscreen via url?
#15870
Replies: 1 comment 3 replies
-
The Fullscreen API requires that the request to enter fullscreen mode must be initiated by a user gesture (a click, tap, or keypress). This is a security measure so that malicious websites can't unexpectedly take over a user's entire screen without their consent. https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API So going full screen via url is not possible. If you can mimic a key press somehow with your setup, the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Trying to set up a tablet in kiosk mode to monitor a camera group. I use ?group=.... in the url to get to the camera group. that works great.
But in the view I get the menus, other groups and the detected events. And in the tablet there's no icon to manually go to fullscreen. Only edit the layout.
Is there a way to set fullscreen via the url? or a way to set that group to be fullscreen?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions