ios7 - safari fullscreen in iOS 7.1 with minimal-ui meta tag -


i've read on multiple sites (including stackoverflow questions) there minimal-ui meta tag ios 7.1 safari. today i've updated ipad , seems have no effect. can confirm should work?

this meta tag:

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimal-ui"> 

this option iphone (right now).

it removes additional bars on top , bottom of viewport introduced ios 7.0 when user scrolls up.

this useful in landscape orientation, real fullscreen experience back, right before ios 7.

edit:
source: official release notes ios 7.1
https://developer.apple.com/library/ios/releasenotes/general/rn-iossdk-7.1/

edit 2: minimal-ui no longer supporter in ios 8 (thanks "achairapart")


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -