-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
fix(platform): properly detect iPads running iPadOS #19258
Conversation
} | ||
|
||
// iOS 13+ | ||
if (testUserAgent(win, /Macintosh/i) && isMobile(win)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wondering if we can use some JS media query?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
With iPadOS out this month, are you planning to get this fix into v4.10.0? I’m sure many of us will be pushing updates for iOS/iPadOS 13 and it’d be great to be able to test / have the correct styling before then 🙂 |
This will be available in the next release of Ionic 🙂 |
* Add support for iPadOS * add better test * small tweak
* Add support for iPadOS * add better test * small tweak
Dee |
Hbd |
Pull request checklist
Please check if your PR fulfills the following requirements:
npm run build
) was run locally and any changes were pushednpm run lint
) has passed locally and any fixes were made for failuresPull request type
Please check the type of change your PR introduces:
What is the current behavior?
Platform detection does not correctly detect iOS devices running iPadOS, causing those devices to launch in MD mode
What is the new behavior?
Platform detection can now detect iOS devices running iPadOS
Does this introduce a breaking change?
Other information