NavController push animation

Hi all,

I am transitioning between my Home Page and my Search Page using

this.navCtrl.push(SearchPage, {}, {animate: true, direction: ‘forward’});

But the animation is always up/down. From what I have seen there are no problems if you are using navCtrl.setRoot like what’s in here setRoot plunker. Why is that??

EDIT: For now I am testing the app only with Google Chrome, and in the iOS user agents it works as expected…

I’m having the same issue, trying a lot of solutions for hours… Every animations are up/down… It’s a major issue for me