Skip to content

Instantly share code, notes, and snippets.

@danro
Created October 26, 2011 00:37
Show Gist options
  • Select an option

  • Save danro/1314995 to your computer and use it in GitHub Desktop.

Select an option

Save danro/1314995 to your computer and use it in GitHub Desktop.
Mobile UA sniffing (evil)
// with iPad
navigator.userAgent.match(/mobile|iphone|ipod|blackberry|android|palm|windows\s+ce/i)
// without iPad
navigator.userAgent.match(/iphone|ipod|blackberry|android|palm|windows\s+ce/i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment