Hi!
Is there any way to include a fullscreen option on a html 5 export? I want to include it specially for people who access the site on a mobile device, it'll make easier for them to use the app.
I know there's the option for the start on the layout to set the browser object to fullscreen, but I want an option that stays available the whole time, like a window button or something like that.
Thanks in advance!
It's in the browser object. Request Fullscreen and cancel fullscreen actions.
Develop games in your browser. Powerful, performant & highly capable.
Could you elaborate a bit more?
I tried it, but it doesn't seen to work on the debug.
Tried: Browser is online > request full screen
> cancel full screen
Any tips? Thanks!
As noted in the manual, you can only request fullscreen in a user input event, like a touch start or a button click.