1 decade ago by fugufish
any way of using ig.ua.android to detect android versions? ( 2.2, 2.3, 4.0.x etc)
This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact
var ua = navigator.userAgent; // for ref as impact already does this var androidversion = parseFloat(ua.slice(ua.indexOf("Android")+8));