I\'m building a web app and wanting to disable transitions effects on Android devices under version 3.0.
Is there anyway to pick up the Android version number by Ja
I can't comment because I don't have enough rep... Just wanted to add that I had to change neiker's code to
var match = ua.match(/Android\s([0-9\.]*)/i);
to make it case insensitive because the Galaxy S3 was returning "android" instead of Android in its user agent