Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created January 5, 2014 12:58
Show Gist options
  • Save adikahorvath/8267910 to your computer and use it in GitHub Desktop.
Save adikahorvath/8267910 to your computer and use it in GitHub Desktop.
CSS click 300ms delay fix
a {
-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