Some regex to use when you don't want something to happen on a mobile device:
if (!/android|iphone|ipod|series60|symbian|windows ce|blackberry/i.test(navigator.userAgent)) {
// regular browser stuff here...
}
« I'm All Over It Too | Main | 37 Signals Interviews Shopify »
The comments to this entry are closed.
Comments
You can follow this conversation by subscribing to the comment feed for this post.