Skip to content

Instantly share code, notes, and snippets.

@amclean
Created April 10, 2013 15:25
Show Gist options
  • Save amclean/5355611 to your computer and use it in GitHub Desktop.
Save amclean/5355611 to your computer and use it in GitHub Desktop.
Detecting mobile touch events
(('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment