Please forgive my lack of HTML knowledge. I have this game https://candaditos.academiacanarialengua.org/ that is meant to be played in landscape mode (or in a PC browser). Not portrait, only landscape, so I want the browser to show it that way somehow.
Is there a way to change the HTML file used be Defold to allow that? The same game in itchio behaves differently on iOS and Android Canarismos by PlayMedusa, but I’m asking about self hosting, itchio is just shown to explain what I’m looking for.
HOWEVER:
on Android, itchio automatically starts in landscape mode. Pressing Defold’s ‘fullscreen button’ does not much, as it’s already in landscape mode with a 16:9 aspect ration
on iOS the fullscreen button doesn’t seem to work, and it doesn’t start automatically in landscape mode.
on PC it doesn’t really matter, as it’s shown big enough in 16:9 already.
I understand itchio does something with the iframe that contains the game. But is it possible to do something like that in the html template used by Defold? Like ‘that’ being showing the game in landscape mode, ideally fullscreen, when I self-host the game.
Thanks!