Created
February 19, 2014 18:00
-
-
Save reactormade/9097635 to your computer and use it in GitHub Desktop.
Remove 300ms touch delay in IE
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
html { | |
/* Remove 300ms touch delay in IE */ | |
-ms-touch-action: manipulation; | |
touch-action: manipulation; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment