Skip to content

Instantly share code, notes, and snippets.

@katopz
Created January 10, 2013 15:37
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 katopz/4502919 to your computer and use it in GitHub Desktop.
Save katopz/4502919 to your computer and use it in GitHub Desktop.
how to determine user is use mobile device (btw no window mobile huh?)
if(/Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) )
{
// some code..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment