Hi,
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?
Thanks
1 post - 1 participant