Skip to content

Instantly share code, notes, and snippets.

@vitorhsb
Created May 10, 2013 13:33
Show Gist options
  • Save vitorhsb/5554405 to your computer and use it in GitHub Desktop.
Save vitorhsb/5554405 to your computer and use it in GitHub Desktop.
iOS viewport meta to remove automatic zoom when keyboard is shown.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment