"Add to Home Screen" causes formatting issue

Odd formatting issue. I sent my app to VoltServer and it behaves as expected in Safari and Chrome on iPhone. I then use the “Add to Home Screen” in Safari to create an icon for the bookmark. But when I open the app, it now goes all the way to the top of the screen. You can see the title “Prevention and Screening in the Elderly” is overlapping the signal and battery icons and time, and the dropdown is now non-functional.

Has anyone seen this? the frmMain has top = 0. Tried top = auto, same error.

Thanks! Mark

In Project Properties, there is a setting called statusbar. Have you tried different values for that?

Changing viewportFit to “auto” fixed the problem.

Thanks,

Mark