Skip to content

Instantly share code, notes, and snippets.

@benweiser
Created January 23, 2016 18:24
Show Gist options
  • Save benweiser/f1e5d8c443444bd485f1 to your computer and use it in GitHub Desktop.
Save benweiser/f1e5d8c443444bd485f1 to your computer and use it in GitHub Desktop.
Simulate hover events on mobile
document.body.addEventListener('touchstart',function(){},false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment