Created
December 2, 2016 15:47
-
-
Save colinrotherham/8e71ebb21ae99a32b3cb17fbf7729f34 to your computer and use it in GitHub Desktop.
Touch enabled?
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
return ('ontouchstart' in window) || navigator.msPointerEnabled || window.DocumentTouch && document instanceof DocumentTouch; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment