RadekVyM/SimpleToolkit

Multiple Navigation (page1=>page2=>page3)

urmatgit opened this issue · 1 comments

Hello, I used SimpleShell. Please help me to implement a hierarchy of pages and navigate through them, that is, return to the previous page.
page1=>page2=>page3 (back to page2)
GotoAsync build in back button does not go back to previous page, when working with 3 or more

Hi @urmatgit,
you can find some simple samples in the src/Samples folder. I recommend taking a look at the SimpleShellTopBar sample in particular.