Skip to content

Instantly share code, notes, and snippets.

@hfknight
Created November 19, 2014 18:18
Show Gist options
  • Save hfknight/8c616abe8650cc1d0d38 to your computer and use it in GitHub Desktop.
Save hfknight/8c616abe8650cc1d0d38 to your computer and use it in GitHub Desktop.
Prevent iOs from zooming onfocus
/* setting the font-size to 16px. (or better, by using the browser’s default font-size). */
input[type='text'],
input[type='number'],
textarea {
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment