Skip to content

Instantly share code, notes, and snippets.

@weivall
Created April 28, 2012 13:17
Show Gist options
  • Save weivall/2519022 to your computer and use it in GitHub Desktop.
Save weivall/2519022 to your computer and use it in GitHub Desktop.
navigator.userAgent
if( navigator.userAgent.match(/Android/i)
|| navigator.userAgent.match(/webOS/i)
|| navigator.userAgent.match(/iPhone/i)
|| navigator.userAgent.match(/iPad/i)
|| navigator.userAgent.match(/iPod/i)
|| navigator.userAgent.match(/BlackBerry/i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment