Skip to content

Instantly share code, notes, and snippets.

@dghez
Created January 18, 2019 13:37
Show Gist options
  • Select an option

  • Save dghez/7dc97b3ed9eb331e0c506d09ac1c8a3c to your computer and use it in GitHub Desktop.

Select an option

Save dghez/7dc97b3ed9eb331e0c506d09ac1c8a3c to your computer and use it in GitHub Desktop.
Detect if is a touch device
export default function isTouch() {
return 'ontouchstart' in document.documentElement
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment