Skip to content

Instantly share code, notes, and snippets.

@ciases
Created April 7, 2016 11:30
Show Gist options
  • Save ciases/992075daa221b421bfe72f9bcc8d4469 to your computer and use it in GitHub Desktop.
Save ciases/992075daa221b421bfe72f9bcc8d4469 to your computer and use it in GitHub Desktop.
Detect touch device js snippet
if (!("ontouchstart" in document.documentElement)) {
document.documentElement.className += " no-touch";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment