Created
July 18, 2017 09:01
-
-
Save twysto/0c52cee8a67cf0d04d4b2a1163bc6c74 to your computer and use it in GitHub Desktop.
Touch Events Detection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var isSupportingTouchEvents = 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment