We wouldn't be Google if we had a whole week of tips and tricks about all things mobile without giving a nod to the technical crowd. To conclude our week, we're asking you to "Go Mobile!" by making the mobile web faster. Read our article for a collection of best practices, tips, and resources for mobile web developers, part of our initiative at code.google.com/speed.
Clicking on the second link leads to
ReplyDeletehttp://googlemobile.blogspot.com/2009/10/code.google.com/speed
when you probably mean:
http://code.google.com/speed
Thank you MathiasTCK, corrected
ReplyDeleteWhat is the UA string for Android's browser?
ReplyDeleteThanks
Hayden there are many different phones and non phone devices that run Android, and I am pretty sure they each have their own user agent.
ReplyDeleteI'd check wurfl if I were you.
@hayden, MathiasTCK is correct, there are many different Android phones that might change the UA string depending on browser release. This is the user agent string [1] for Android Cupcake version. If you wanted to detect for Android, though, I would simply match on the "Android" string.
ReplyDelete[1] Mozilla/5.0 (Linux; U; Android 0.5; en-us) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3
good blog
ReplyDelete