-
Notifications
You must be signed in to change notification settings - Fork 892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not identify iPadOS on iPad mini #105
Comments
I know this issue is caused by Apple's iPad Pro now identifying itself as a "desktop-class browser", but I think it is still good if we can somehow identify it apart from the other desktop browsers. |
Currently, there's no way to detect it. You can extend the detection mechanism of mobile-detect and use other criteria (maybe Modernizr touch, ...). I leave this issue open since nobody reads closed issues and this issue will be duplicated every week or so. |
I've just started using this:
I got it from here: https://stackoverflow.com/a/58017456/4224679 |
Is there still no fix to this? :( |
on iPad mini,
md.os() === "iOS"
md.tablet() === "iPad"
The text was updated successfully, but these errors were encountered: