Navigation Issues #11505
Unanswered
enginerd73
asked this question in
Q&A
Navigation Issues
#11505
Replies: 1 comment
-
Did you ever find a solution to this issue? |
Beta Was this translation helpful? Give feedback.
0 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 need a page flow as follows:
MainPage -> SubPage1 -> SubPage2
MainPage - button to SubPage1
SubPage1 - button to SubPage2
SubPage2 - button to go back to SubPage1
I've tried using both Page Routes and Navigation object as follows:
When the button is clicked on SubPage2 to return to SubPage1 the code runs, but the user remains on SubPage2. If I inspect the Navigation object, I can see all three pages on the stack. Any ideas what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions