Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created August 15, 2018 10:05
Show Gist options
  • Save Farmatique/3c691686079502f33d0cf8a6a72ffe2d to your computer and use it in GitHub Desktop.
Save Farmatique/3c691686079502f33d0cf8a6a72ffe2d to your computer and use it in GitHub Desktop.
Chek for real mobile-device (pointerevent hack)
function isMobile() {
return !('onpointerdown' in document.documentElement);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment