Kiosk Mode
PermalinkI know Chrome has a --Kiosk Flag, but I don't know how to access it. It should work on all browsers.
Anybody tried that?
It's working, but only on single pages. When another page is clicked, it switches back and fullscreen needs to toggled again. I tried "onLoad" without success. Cannot find any information if that's possible, - or, maybe that's by nature?
The only way round it is to stay in page and AJAX the content. It may also work if you run the entire site inside an iFrame.
Firefox exits when navigating pages inside the iframe.
x-frame override options in config/concrete.php properly set.
Any ideas?
https://developer.mozilla.org/en-US/docs/Web/API/Fullscreen_API...
Its a JavaScript API. You can't enforce it - it will ask users for permission and users will always be able to exit from it.
To implement, you will need to add some JavaScript.