Skip to content

Instantly share code, notes, and snippets.

@nanmu42
Last active March 23, 2020 03:13
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 nanmu42/576357bba28979468e79bb1e4988b67f to your computer and use it in GitHub Desktop.
Save nanmu42/576357bba28979468e79bb1e4988b67f to your computer and use it in GitHub Desktop.
Javascript: Does the device have a touchscreen?
function isTouchDevice() {
return 'ontouchstart' in window
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment