mobile-detect.js icon indicating copy to clipboard operation
mobile-detect.js copied to clipboard

cannot detect iPad Pro (iPadOS)

Open williamli opened this issue 5 years ago • 2 comments

on iPad Pro md.os() === null md.tablet() === null

williamli avatar Jun 04 '20 04:06 williamli

Is this still the case? May one create a PR?

MickL avatar Nov 11 '21 13:11 MickL

https://anjanesh.s3.amazonaws.com/demo/mobiledetect.html

shows on Chrome on iPad Pro 12" 2018 model :

Mobile : iPad
Phone : null
Tablet : iPad
userAgent : Chrome
OS : iOS
iPhone : false
iPad : true
WebKit : 605.115
Build : null

but on Safari on iPad Pro 12" 2018 model :

Mobile : null
Phone : null
Tablet : null
userAgent : null
OS : null
iPhone : false
iPad : false
WebKit : 605.115
Build : null

iPad OS 16.3

anjanesh avatar Jan 24 '23 03:01 anjanesh