-
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
bug: IonModal and page transitions on iOS #21773
Comments
Thanks for the issue! This issue has been labeled as Please provide a reproduction with the minimum amount of code required to reproduce the issue. Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. For a guide on how to create a good reproduction, see our Contributing Guide. |
We see the same issue with iOS 14 (Public beta) in Ionic Angular. |
@roopeshreddy That is a different issue. Please see #21613 (comment) for more information. |
@liamdebeasi here is the code |
Thanks! The problem with the modal is that you are not selecting the correct element. You should be passing a reference to What's the problem with the page transitions? I am not seeing any issues with performance. |
Thanks it'd be really helpful. |
Thanks. Swipe to go back not working properly is an existing issue (#20904). |
Thanks. I got the modal working, maybe I'll update the docs soon. |
I'm working on a documentation update right now, so I will close this issue out once it merges. |
Thanks |
@liamdebeasi Does Ionic Framework inherit safari bug with transition, where touchmove return large number for clientX, clientY instead of double ? |
Thanks for the issue. This has been resolved via #21780, and a fix will be available in an upcoming release of Ionic Framework. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic version:
[ ] 4.x
[x] 5.2.3 React
Current behavior:
when IonModal is open the original page on ios devices should follow ios 13 like design which is working fine on ionic angular.
the page transitions on react aren't super smooth like the are with ionic angular.
Expected behavior:
page transitions and modal should follow the new apple apple design patterns on Ionic React like they works with ionic angular.
Steps to reproduce:
Related code:
Other information:
Ionic info:
The text was updated successfully, but these errors were encountered: