(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-5276656-4', 'mobileesp.com'); ga('send', 'pageview');
Monthly Archives: September 2013

Firefox OS Detection Recipe

Hi, folks — The next update to MobileESP will support detection of smartphones running the Firefox OS. In the meantime, here is the recipe if you need it post-haste. Mozilla thankfully publishes their useragent string pattern on their developer web

Posted in General, MobileESP APIs

MobileESP for Python Updated

Just a quick note… Thanks to the eagle eyes of one Edward P. from the UK, a little bug in the detectIphoneTier() has been fixed. Those damn ‘self’ declarations in Python…  🙂 Thanks, Edward!

Posted in Code Updates