Skip to content

Instantly share code, notes, and snippets.

@stefanocudini
Created March 25, 2012 12:54
Show Gist options
  • Save stefanocudini/2193483 to your computer and use it in GitHub Desktop.
Save stefanocudini/2193483 to your computer and use it in GitHub Desktop.
mobile browser detect
if(navigator.userAgent.match(/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|pda|treo|ipaq|palm|nokia|blackberry|opera mini|lg|htc|mot|psp|sonyericsson|sgh|android|iphone|ipod)/i))
{
alert('mobile');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment