Replies: 1 comment
-
So far I could do it this way:
Is there a better solution? |
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
-
Hi,
I'm quite new to UNO. I would like to show different pages when selecting an item in the NavigationView control. Those pages might lead to other pages so I would like to also implement the back button in the NavigationView.
Example:
So far the implementation that could get closer to what I'm trying to do is:
The switching between pages seems to work, but the navigate back does not. It brings me to the Main page (moving away from page with the NavView) instead of going back in the child Frame.
I did several different attempts but they all failed in different ways.
How should I implement the NavigationView_BackRequested? Is my implementation correct so far?
Sorry for such a basic question,
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions