-
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
"replace" type on Scene does not work when tabs is true #2339
Comments
I experienced this issue as well, and type |
@seratonik I tried your PR #2344 in my example case, but it doesn't help. |
After some debugging, I found it is |
After further debugging, I have created a PR #2356 to fix it. But I am not very sure it is OK for other function. |
I have the same issue, replace is not working, |
@SoldierCorp PR #2364 should address this issue |
Im experience the same issue, and still happening, after #2364 |
Version
Tell us which versions you are using:
Expected behaviour
If a Scene's type is "replace", it should replace current scene.
I should not be able to go back to the original scene with swipe right action.
Actual behaviour
It works when tabs is false. However, if I replace with Tab'ed view, I can go back with swipe right, which is not expected
Steps to reproduce
It works fine for the "Go to welcome" link, but if we click "Go to home", then swipe right, we could go back to the Splash scene, which is not we are expecting.
The text was updated successfully, but these errors were encountered: