Hi,
I have the following problem.
I have a page from where you can access several pages (via navigationPage...) something like:
Page 1
Option 1
Option 2
Option 3
where every Option is it's own page...
now i want to do the follwoing:
if you go to Option 2 you have a "back" button to go back to Page 1, but i want to add 2 buttons (like forward backward) and want to jump between Option 1 and 3
but i also want that the "back" button no matter on how many of those changes i did always jump to Page 1
Is that somehow possible? I don#t need functionallity to jump "back" between the options pages just back to the Page 1
Thanks
Edit:
I know i could use something like Tapped Page but the problem with that is that i have a lot of those Option pages and it would just look aweful with the tab bar...