Hello,
I’m currently running into an issue with my app where I am trying to navigate to a page and have the transition be the same as the animation when opening a modal.
I have tried just using a modal, but that doesn’t work for me because I am navigating to other pages from within that modal and I haven’t been able to make that work properly.
I have also tried Ionic Native Transitions, and I couldn’t use that because that transition isn’t the same as the modal. It slides the entire page up. Then along with that, when there is a page transition the words in the navbar disappear.
Ultimately I’d like to take the modal opening animation and use it on a page transition, but I’m not sure how feasible that is. So if anyone has any advice on how to achieve that, or possibly a solution to the two issues above I would really appreciate it.
Thanks!