-
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
Functionality for popping multiple scenes and pushing a new scene #2896
Comments
You can try to push a new Scene with a type Or you can handle your |
@Blapi Doesn't "replace" only replace one scene? I am trying to achieve: |
Well, you pop your Scene D and you replace your C by E then ? |
I'm doing this on my own app and I had/have no troubles |
I also tried to do the same thing but after Actions.pop is called, Scene C will be visible for 1-2 seconds. |
Surely because you're in debug mode. You may have troubles getting rid of the transitions animations, but your Scene shouldn't be visible at all, or not that long, when doing this |
@Blapi But If I do |
@bishalshr status there ? |
Closed due inactivity |
What is the status of this issue? @bishalshr |
any updates ? |
updates? |
Can we have a functionality of popping x number of scenes and pushing a new scene?
using popTo along with push gives unnecessary animation
The text was updated successfully, but these errors were encountered: