Skip to content

Instantly share code, notes, and snippets.

@sousk
Created January 5, 2011 01:01
Show Gist options
  • Save sousk/765757 to your computer and use it in GitHub Desktop.
Save sousk/765757 to your computer and use it in GitHub Desktop.
Android Version Detection
app.is_android2p2 = (navigator.userAgent ||"").search(/Android\s*2.2/) > -1 ? true:false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment