Closed Serhii-the-Dev closed 2 years ago
We have tried this recently but were not able to reproduce the issue anymore.
I'm closing this issue, but feel to re-open if this is still an issue with the latest version of the SDK, preferably with a test project that showcases the issue.
Given such a Router config:
and the next navigation chain setup:
Page
->Page
->Video
, the forward navigation works just fine, however while moving backwards a first encounteredPage
will be reused. It makes impossible to rely on any component lifecycle hooks (like_active
) or use animated transitions between screens.