Skip to content

Instantly share code, notes, and snippets.

@afelicioni
Created September 16, 2015 12:17
Show Gist options
  • Save afelicioni/03cf78ef73ebd33fc544 to your computer and use it in GitHub Desktop.
Save afelicioni/03cf78ef73ebd33fc544 to your computer and use it in GitHub Desktop.
istouch-v1
function isTouch() {
try{ document.createEvent("TouchEvent"); return true; }
catch(e){ return false; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment