You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The router doesn't display the current content of the ion-router-outlet when animated=true, which is the default value. This happens while toggling several times between pages.
<ion-router-outlet main animated=true></ion-router-outlet>
Steps to Reproduce
Steps to reproduce the behavior:
In the split pane, click quickly on the about button and then on the home button
Repeat step 2 until you see that the page on the right stays with the same content.
Expected Behavior
The content shown should always match the content from the active route (URL).
Additional Context
This issue is related to the animated=true, in the ion-router-outlet which is by default.
If you change it to ion-router-outlet main animated=false></ion-router-outlet>, the issue disappears.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Bug Report
Describe the Bug
The router doesn't display the current content of the ion-router-outlet when animated=true, which is the default value. This happens while toggling several times between pages.
<ion-router-outlet main animated=true></ion-router-outlet>
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
The content shown should always match the content from the active route (URL).
Additional Context
This issue is related to the
animated=true
, in theion-router-outlet
which is by default.If you change it to
ion-router-outlet main animated=false></ion-router-outlet>
, the issue disappears.The text was updated successfully, but these errors were encountered: