Skip to content

Instantly share code, notes, and snippets.

@prplmark
Last active December 31, 2015 13:29
Show Gist options
  • Save prplmark/7992870 to your computer and use it in GitHub Desktop.
Save prplmark/7992870 to your computer and use it in GitHub Desktop.
Minimize Safari for ios7 bars
<meta name="viewport" content="width=1024, minimal-ui">
@xdmorgan
Copy link

Same but with device-width and disabled scaling on mobile.

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0; minimal-ui">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment