-
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: navigation inside of ion nav is buggy #25677
Comments
@EinfachHans thanks for reporting this issue! This appears to work in |
@EinfachHans If you update your example template for <ion-content>
<ion-nav [root]="root"></ion-nav>
</ion-content> This will solve the problem in your project. The change to support custom sized dialogs affects implementations of modal that don't use |
Here is a dev build if you would like to test the fix: |
Works, thank you! 😊 |
Thanks for the issue. This has been resolved via #25689, 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. |
Prerequisites
Ionic Framework Version
Current Behavior
Navigation in a
<ion-nav>
inside a Modal appears to be very buggy for me:Expected Behavior
The animation should work without bugs 😃
Steps to Reproduce
See attached Repo:
Code Reproduction URL
https://github.com/EinfachHans/ionic-modal-nav-bug
Ionic Info
Ionic:
Ionic CLI : 6.20.1 (/Users/hans/.nvm/versions/node/v16.14.2/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.1.15
@angular-devkit/build-angular : 14.1.0
@angular-devkit/schematics : 14.1.0
@angular/cli : 14.1.0
@ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 3.6.0
@capacitor/android : not installed
@capacitor/core : 3.6.0
@capacitor/ios : not installed
Utility:
cordova-res (update available: 0.15.4) : 0.15.1
native-run : 1.6.0
System:
NodeJS : v16.14.2 (/Users/hans/.nvm/versions/node/v16.14.2/bin/node)
npm : 8.6.0
OS : macOS Monterey
Additional Information
No response
The text was updated successfully, but these errors were encountered: