How to force landscape rotation in IOS sfafari?
I try use fullscreen in mobile browser. It works in the android browser, but it doesn’t works in the ios browser.
You can’t. Safari doesn’t allow you to force a specific screen orientation. You need to design your app to be responsive to work on landscape and portrait. Or, as I like to do it, if the user switches to landscape show an overlay saying “portrait only fam” or something of the sort, so you don’t have to bother designing the app for portrait and landscape.
Can I make my game landscape with html/css or js? Because if I had changed the camera rotation in the game, there would have been a lot of other problems