Is there a way to go into fullscreen mode for iOS 7? Like when you add it to your homescreen and just your website pops up not the url bar and back bar etc? Does anyone know how to do this? Ive looked at a few posts saying you can't go into fullscreen mode anymore on iOS 7 but then i looked at the OpenAppMkt web app and it seems to be able to hide the url bar on iOS 7
Is there a way to go into fullscreen mode for iOS 7? Like when you add it to your homescreen and just your website pops up not the url bar and back bar etc? Does anyone know how to do this? Ive looked at a few posts saying you can't go into fullscreen mode anymore on iOS 7 but then i looked at the OpenAppMkt web app and it seems to be able to hide the url bar on iOS 7
Share Improve this question asked Oct 31, 2013 at 15:03 Henry BlaikeHenry Blaike 1171 silver badge7 bronze badges 3 |1 Answer
Reset to default 18If you have access to the HTML, add the follow line to the HEAD:
<meta name="apple-mobile-web-app-capable" content="yes">
Then refresh the page in Safari and re-add the page to your home screen. (If content="no"
then it will not be displayed full-screen mode.)
Here is a link to Apple's documentation on Safari MetaTags.
apple-mobile-web-app-capable
meta tag, as with other iOS versions. Have you tried that? – cmbuckley Commented Oct 31, 2013 at 15:08