RadekVyM / SimpleToolkit

SimpleToolkit is a .NET MAUI library of helpers and simple, fully customizable controls, such as SimpleShell - custom Shell implementation that allows you to create unique navigation experiences.
MIT License
425 stars 41 forks source link

Multiple Navigation (page1=>page2=>page3) #38

Open urmatgit opened 9 months ago

urmatgit commented 9 months ago

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

RadekVyM commented 8 months ago

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