Last active
December 22, 2017 21:54
-
-
Save yomotsu/02b515d16bf4cd232637d059d701b35a to your computer and use it in GitHub Desktop.
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
const isTouchDevice = ('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch; | |
const isMobile = /Mobile|iPhone|iPod|iPad|Android/.test( navigator.userAgent ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment