Skip to content

Instantly share code, notes, and snippets.

@reactormade
Created February 19, 2014 18:00
Show Gist options
  • Save reactormade/9097635 to your computer and use it in GitHub Desktop.
Save reactormade/9097635 to your computer and use it in GitHub Desktop.
Remove 300ms touch delay in IE
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