arianne / stendhal

Stendhal is a fun friendly and free multiplayer online adventure game with an old school feel.
https://arianne-project.org
GNU General Public License v2.0
599 stars 201 forks source link

Option to Put Browser in Fullscreen #678

Open AntumDeluge opened 8 months ago

AntumDeluge commented 8 months ago

💡 Describe your idea

For playing on mobile browsers, it might be useful to have an option that puts the browser in fullscreen mode (hiding address bar, navigation buttons, etc.) if possible. This would be browser dependent.

An example of how it could work in mobile Chrome is by running the script javascript: (function(){document.querySelector("body").requestFullscreen();})(); from the address bar (does not work with mobile Firefox).

🔬 Motivation

Make better use of screen area in mobile browsers.