Skip to content

Instantly share code, notes, and snippets.

@weiland
Created September 24, 2014 12:55
Show Gist options
  • Select an option

  • Save weiland/d0d902b046ac0a8bdd33 to your computer and use it in GitHub Desktop.

Select an option

Save weiland/d0d902b046ac0a8bdd33 to your computer and use it in GitHub Desktop.
simple touch detection in javascript
var isTouch = 'ontouchstart' in window;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment