Skip to content

Instantly share code, notes, and snippets.

@bolmaster2
Created February 27, 2013 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bolmaster2/5048475 to your computer and use it in GitHub Desktop.
Save bolmaster2/5048475 to your computer and use it in GitHub Desktop.
Checks if ontouchstart exists in window-object
function is_touch_device() {
return !!('ontouchstart' in window);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment