Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70747

Ionic 4 - React - Routing - Keep multiple screens mounted for a dynmaic path

$
0
0

@Piletti wrote:

I have a route defined like this inside the IonRouterOutlet

Route path="/profile/:id" component={Profile} exact={true}

The Profile comp., consist of

IonItem routerLink={/tab1/${Date.now()}}
Link to profile with timestamp
IonItem

Currently this cause two issues:

  1. The is no animations between the old profile screen and the new one profile screen
  2. The old screen is getting replaced with the new screen, instead of keeping each screen in a stack.

Is there any solutions to this problem?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70747

Trending Articles