You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a different animation is used for navigating back than the one was used to push the current page, the animation stuck halfway.
Edit: Most of the time this only happens if I try to pop from the entered page, if I navigate to a third page and pop back using a custom transition, everything works.
What behavior are you expecting?
I can push and pop with any custom transition, and the two is not tied to each other.
Steps to reproduce:
Push a page with iOS transition
Pop the page with android transition
See that the back animation get stucked, half of the screen is black, but the visible part of the parent page is usable.
Which Ionic Version? 2.x
Run ionic info from terminal/cmd prompt:
Cordova CLI: 6.3.1
Gulp version: CLI version 1.2.2
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-rc.0
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v6.3.1
Xcode version: Xcode 8.0 Build version 8A218a
The text was updated successfully, but these errors were encountered:
Short description of the problem:
When a different animation is used for navigating back than the one was used to push the current page, the animation stuck halfway.
Edit: Most of the time this only happens if I try to pop from the entered page, if I navigate to a third page and pop back using a custom transition, everything works.
What behavior are you expecting?
I can push and pop with any custom transition, and the two is not tied to each other.
Steps to reproduce:
Which Ionic Version? 2.x
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: