Skip to content

Allow full screen on iOs (web app)

Add meta to index.html, to allow iOs to display webapp in full screen mode:

    <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width, minimal-ui">
    <meta name="apple-mobile-web-app-capable" content="yes">

See doc : http://blog.initlabs.com/post/81716286465/how-to-display-websites-in-fullscreen-mode-in-ios7

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information