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…