routerLink
props are used for switching between pages in an Ionic v6 app (as with <IonBreadcrumb>
and <IonCard>
where it is supported).
But for some <IonCard>
s the page still stubbornly reloads every time.
As the app state is preserved and correctly re-used the reload doesn’t crash the app but it introduces a noticeable delay which isn’t necessary.
What can be the reason for the full reload caused by a routerLink
component?
There are no JavaScript errors logged before the page reload.
1 post - 1 participant