-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current scene pushes over the same scene when drawer is closed on IOs #2342
Comments
@donnes I ran into this bug too in the example project, try wrapping your scenes that are children of the |
Also you have to always latest version before reporting. |
@asokol try looking at the Example project, I think I have what I fixed in there. Can you provide your current router/scenes as well as the methods you are running to navigate? |
@mcabs3 I tried to wrap my scenes inside the drawer. My current scenes code: I'm navigating using simple
|
Version
Tell us which versions you are using:
Expected behaviour
Close drawer and stay the current scene "statically opened".
Actual behaviour
When drawer is closed the current scene is pushed over the same scene.
Steps to reproduce
https://youtu.be/p2nMPAHm77o
Example code:
The text was updated successfully, but these errors were encountered: