Created
November 19, 2014 18:18
-
-
Save hfknight/8c616abe8650cc1d0d38 to your computer and use it in GitHub Desktop.
Prevent iOs from zooming onfocus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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