Wizart type navigation #179
Unanswered
MichalSznajder
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
You can either: a) Navigate directly to C - if it is the previous screen on the stack then Hotwire Native will automatically pop the top screen Keep in mind that with its current implementation, b) will first dismiss a modal if it is presented. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a wizard-like navigation. Think of going to A url than to B, C, D, etc. So far no problem with navigation stack: each url is pushed on the stack and I can go back with back button.
On final screen I present all data and give a user to make customization. Is there a way to navigate down the stack? So if I have A,B,C,D,Final than I can navigate to C and have A,B,C on the stack?
Beta Was this translation helpful? Give feedback.
All reactions