0

I'm trying to develop a mobile only web based app and I was trying to find a sound solution way besides using the "Fullscreen API" to minimize the mobile browser's address bar usually setting the css meta tags

<meta name="mobile-web-app-capable" content="yes"> suppose to work but I am not getting it to work on Android > 5 nor is it working effectively on IOS > 7. Sadly this is my target audience so I need to create a seamless experience. However I really do not want to have to "subject" the user to clicking to go full screen. I'm trying to use the scrollTo but is a bit jerky because of how my code is setup.

KArneaud
  • 4,647
  • 9
  • 42
  • 66
  • 1
    Have you seen https://stackoverflow.com/questions/24889100/ios-8-removed-minimal-ui-viewport-property-are-there-other-soft-fullscreen ? – Ballard Mar 26 '18 at 14:11

0 Answers0