I have a button in the game that does:
Screen.fullScreen = !Screen.fullScreen;
This works great on a desktop, but when I play the WebGL on mobile (Chrome, Android) it doesn’t do anything.
However, the Full Screen button that’s part of the standard WebGL template (OUTSIDE of the game) DOES work.
Can someone please advise how to get the in-game button to work? Thanks.