Skip to content

Instantly share code, notes, and snippets.

@sdthornton
Last active December 20, 2015 17:19
Show Gist options
  • Save sdthornton/6167790 to your computer and use it in GitHub Desktop.
Save sdthornton/6167790 to your computer and use it in GitHub Desktop.
Detect mobile browser coffee script variable
@mobileWeb = /Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/i.test(navigator.userAgent)
// Usage: if @mobileWeb then ...
@peterheard01
Copy link

sweet, thanks :-)

@sfsekaran
Copy link

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment