Skip to content

Instantly share code, notes, and snippets.

@wayferer
Created January 31, 2014 15:41
Show Gist options
  • Save wayferer/8734476 to your computer and use it in GitHub Desktop.
Save wayferer/8734476 to your computer and use it in GitHub Desktop.
In order to enable :hover / :active states in touch devices
<body ontouchstart="">
document.body.addEventlistener('touchstart',function(){},false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment