itchio / itch.io

:bug: Public itch.io issues tracker and documentation - use support instead for private information!
https://itch.io/support
234 stars 30 forks source link

Allow Upload of Mobile HTML Version (in addition to non-mobile) #1594

Open tobias17 opened 1 month ago

tobias17 commented 1 month ago

Is your feature request related to a problem? Please describe. Running HTML games on the mobile browser is awesome, but requires a different build of the game many times that is designed for mobile (on screen buttons, different camera positions, etc). As far as I can tell, though, you are only allowed to have a single HTML game uploaded to a page. This forces you to choose between a mobile friendly version and a non-mobile friendly version.

Describe the solution you'd like A second HTML upload slot, specifically designed for mobile. Rather than a page being "designed for mobile" or not, allow 2 HTML upload slots that are "designed for computer" and "designed for mobile", and the right one is loaded based on the device used to access the game.

Describe alternatives you've considered A in-game button to toggle these controls, but seems clunky

Additional context None