简体   繁体   中英

iOS 7 go into full screen mode (add to home screen button)

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

If 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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM