Skip to content

Instantly share code, notes, and snippets.

@dscamahorn
Last active August 29, 2015 14:26
Show Gist options
  • Save dscamahorn/5dcc003180b5dbe67774 to your computer and use it in GitHub Desktop.
Save dscamahorn/5dcc003180b5dbe67774 to your computer and use it in GitHub Desktop.
Viewport meta tags for web and hybrid apps
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment