I have found, that my app doesn’t work properly on iPad (only).
I have record a screen video to show what is wrong.
You can try it by yourself here.
In “normal” mode all works fine, but in full screen mode by Landscape position, app will be scaled only approx. to 2/3 of a screen
By returning to “normal” mode, the app canvas has been wrong scaled:
- the “full screen” button is not to see and
- there are two black stripes above and under the app screen.
After turning of iPad to portrait and back to landscape position, canvas has been sized correct again.
My app is based on @dapetcu21’s “Crit - Building blocks for Defold games” (Great Thanks for publishing this modules collection ) and Crit example doesn’t work at the same art.
I have thought: Ok I try to bundle some examples to see, if it works, I have tried
- Monarch example
- Druid example and
- Side Scroller tutorial
None of three app works on iPad as HTML5 bundle at all. They all can be downloaded, but fail to start. On Android (Galaxy Tab S2) and Windows the same build works fine.
Nevertheless, there is an app that works properly: that is @Dragosha ’s Hamster demo.
I do not know what is there different, but it works.
Unfortunately I have nearly no experience with Java Script / HTML /CSS and so on.
Some help with this issue would be very helpful for me.
Any Ideas how to fix this are welcome.