What is the iOS 5.0 user agent string?
Here is the iOS 4.0 user agent: What is the iPhone 4 user-agent?
|
What is the iOS 5.0 user agent string? Here is the iOS 4.0 user agent: What is the iPhone 4 user-agent? |
||||
|
|
iPhone:
iPad:
|
||||
|
This site seems to keep a complete list that's still maintained iPhone, iPod Touch, and iPad from iOS 2.0 - 5.1.1 (to date). You do need to assemble the full user-agent string out of the information listed in the page's columns. |
|||||||
|
|
I found a more complete listing at http://www.useragentstring.com/pages/Safari/. |
|||
|
|
|
fixed my agent string evaluation by scrubbing the string for LOWERCASE "iphone os 5_0" as opposed to "iPhone OS 5_0." now i am properly assigning iOS 5 specific classes to my html, when the uppercase scrub failed. |
||||
|
|
I use the following to detect different mobile devices, viewport and screen. Works quite well for me, might be helpful to others:
More info here. |
|||||
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.