Is there anyway to detect between the iPad and iPad2 via Jquery / Javascript? Or even PHP or some other way from a website?
|
|
As you can see below the only difference is ipad:Mobile/8F190 ipad2:Mobile/8F191 so it is possible to chop down the user agent and look for the difference.
but i very much doubt there is much difference between the versions of safari, perhaps your just looking to notify the user, that one has more money then the other ;p... |
|||||||
|
|
I have an iPad and an iPad2 with the same iOS version and i don't this this is currently possible it's producing the same exact user agent on both devices. iPad
iPad2
|
|||
|
|
|
The javascript user agent Mobile string (Mobile/9A405) seems to be dependent on the CPU OS version. So, while some places it may differ by iPad generation, it's often because the CPU OS version is different. EXAMPLE 1 - different CPU OS = different Mobile/string:
EXAMPLE 2 - same CPU OS = same Mobile/string:
|
||||
|
|
|
A quick search gave me this: http://davidwalsh.name/detect-ipad maybe it will help you =) |
|||
|
There are differences which are important, like the camera. For instance I would like to detect a user is on an ipad and not even present the camera button, but if a user is on an ipad2 I will show the camera icon and they can use the camera. All I can do right now is to call the method to take a picture and if I get an error assume it is an ipad. |
|||||
|