Skip to content

Instantly share code, notes, and snippets.

@ansarizafar
Created April 18, 2018 05:33
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 ansarizafar/9103cc8902a779933dbacc87aa6aad78 to your computer and use it in GitHub Desktop.
Save ansarizafar/9103cc8902a779933dbacc87aa6aad78 to your computer and use it in GitHub Desktop.
function isMobileDevice() {
return window.matchMedia('(hover: none) and (pointer: coarse)');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment