What is the iPad mini user agent?
How to distinguish between iPad and iPad mini?
The iPad Mini has the same resolution of iPad 2, and it shouldn't be a retina display so you can get that info by JavaScript with this code:
if (window.devicePixelRatio >= 2) {
// retina display...
} else {
// ...
}
On my 16 gig iPad mini whatsmyuseragent.com returned:
Mozilla/5.0 (iPad; CPU OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A406 Safari/8536.25
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With