Html fullscreen under Iphone [SOLVED ]

I am having trouble getting the html version of fullscreen under IPhone. (I click on fullscreen, but nothing changes). I saw that someone wrote that the problem was solved in version 1.2.160.

Does anyone have experience with this issue ?

iOS Safari does not support HTML5 fullscreen the same way Android does unfortunately. Maybe it’s different in the newest versions of iOS.

1 Like

But I use Chrome in Iphone.
So there is no way to run the game in fullscreen in iphone ?

The Fullscreen API is not fully supported on all browsers:

https://caniuse.com/fullscreen

I’m uncertain of iOS Chrome support. Does this test work? Fullscreen API Example

1 Like

AFAIK Apple still requires all 3rd party browsers on iOS to use WKWebView/WebKit, so essentially while you may be using Chrome or Firefox it’s still the same underlying engine (WebKit) and version that Safari uses—and unfortunately, Safari still doesn’t support the fullscreen API on the iPhone.

4 Likes

Thank you so much for the information.