Skip to content

Instantly share code, notes, and snippets.

@ajdaniel
Created April 11, 2018 18:11
Show Gist options
  • Save ajdaniel/103df54bafc78583f0d20d5d3506efb1 to your computer and use it in GitHub Desktop.
Save ajdaniel/103df54bafc78583f0d20d5d3506efb1 to your computer and use it in GitHub Desktop.
HTML Meta Tag for mobile to disable pinch & zoom
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment