Godot Version
4.3
Question
I downloaded the new 4.3 release and imported my project and then exported a web version. In 4.2 the web version would not load anything on iPad or iPhone.
The good news is that it now works great on iPad!
The bad news is that on iPhone the full screen capability does not function.
I am using this code to set full screen inside of a _button_pressed() function:
DisplayServer.window_set_mode(DisplayServer.WINDOW_MODE_FULLSCREEN)
Thanks!