In order to completely disable native back swipe in IOS I’m having to use replace instead of push and its working fine except for one issue … disorienting page transiations.
I expect router.navigate(/book/${book.id}, "forward", "replace"); to show a forward animation but it just shows back animation always, is there a way to customize it or import and use the existing forward animation?
Also the other issue is that the very first transition almost always is abrupt without any animation at all.
Yes I’ve seen that but I don’t want a custom animation neither do I know how to create one, I just want the back/forward animation that Ionic ships with just not sure how to use it with IonNavigate.