I have marked my HTML game to Start full screen. How do I programatically exit the game with javascript from within my HTML game? I want the user taken back to my game's page that they see before clicking Start Game.
I am not sure but is there any difference of fullscreen itch than any other page?
Tried "document.exitFullscreen();" ?
https://www.w3schools.com/jsref/met_element_exitfullscreen.asp