Skip to content

Instantly share code, notes, and snippets.

@ryanmorr
Last active January 26, 2024 18:11
Show Gist options
  • Save ryanmorr/9d4170ffccab411892e108543923dac6 to your computer and use it in GitHub Desktop.
Save ryanmorr/9d4170ffccab411892e108543923dac6 to your computer and use it in GitHub Desktop.
Experimental new API to detect mobile devices
// Spec: https://wicg.github.io/ua-client-hints
// Support: https://caniuse.com/mdn-api_navigator_useragentdata
const isMobile = navigator.userAgentData.mobile; //=> true/false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment