Is it possible to get the page navigation animation/transition when navigating between two pages using the same component (same dynamic URL)?
Example:
Navigating from /menu/1
to /menu/2
where URL in router is /menu/:id
From what i understand I have to watch params, and content on page must be replaced.
This is ok in web (desktop), but on mobile I want the normal page transition.
In Ionic-Angular i think this was solved with Component ReuseStrategy, is there something similar for Vue?
I have found some Vue documentation around the subject of not reusing component, but i’m not sure how to implement with ion-router-outlet.
2 posts - 2 participants