-
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
Transtion is working incorrectly when navPush #13456
Comments
Hello! Thank you for opening an issue with us! I have marked this as something to have a look at after the Ionic v4 release is completed. In the meantime, would it be possible for you to create a sample app that demonstrates this issue and post it to GitHub? Thank you for using Ionic |
@kensodemann Thanks for your response, here is a sample app (https://github.com/ETXIN/ionic-issue-13456-sample). |
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there. Thank you for using Ionic! |
Issue moved to: ionic-team/ionic-v3#911 |
Ionic version:
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[x] 3.x
[ ] 4.x
I'm submitting a ...
[x] bug report
[] feature request
Current behavior:
My English is not very good, so may have some mistakes.
When I have two
ion-content
in the page and place them horizontally inside anion-content
, there is a problem when InavPush
the page.ion-header
andion-footer
's transition are working correctly (slide in from right to left) except the innerion-content
.But this problem doesn't show in the last
ion-content
.Why I use
ion-content
instead ofion-scroll
becauseion-refresher
andion-infinite-scroll
must be placed inion-content
.I don't want to use
ion-tab
because it will change my url.It also happen when i remove
ion-sliders
Expected behavior:
ion-content can work correctly like
ion-header
andion-footer
, not just staying there without transition.Steps to reproduce:
Related code:
Other information:
https://ww3.sinaimg.cn/large/0060lm7Tly1flmbi4hythg30af0ij1jz.gif
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: