Search code examples
iphoneweb-applicationsfullscreeniphone-standalone-web-appmetatag

Safari Mobile full screen


I'm trying to set the full screen mode on my iPhone Web App, I have read the Apple's documentation on apple-mobile-web-app-capable meta tag, but it doesn't work, can you help me? Thanks


Solution

  • You can also add a javascript function :

    <body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);">