Type: bug
Ionic Version: 2.x
Platform: ios 9 browser
See this example:
http://plnkr.co/edit/kBxwyE?p=preview
What I've built:
- Modal opens with Page 1
- From modal's page 1 you navigate to modal's page 2
- From That second modal page I try to close the modal again (Either with popToRoot() or ViewController.dismiss() )
=> In both cases there is NO animation (Chrome) or the wrong animation (Safari).
Expected:
The modal should close as it always does with the "modal-slide-out" animation.