I have a tabbed app. From tab1 when I use
this.navCtrl.push(Page1,{},{animate: true, animation:‘right-to-left’,direction:‘forward’});
the animation transition works properly BUT the top navbar has the left arrow button at the top of the navbar. Which is desirable HOWEVER when a user touches the pop navigation animation is the default animation. How can I change to
left-to-right animation?
Thanks.