I have trouble when I have to delete navigation stack until to determined page. I couldn’t find any feasible solution without NoHistory option. I can remove some pages which have been opened on main page with nohistory attribute but I need another things.
I can explain my problem better with an example. Imagine that I have 5 different pages and the navigation stack’s state is 1 > 2 > 3 > 4 > 5. Third page should be opened when particular button is pressed on page of 5. Actually the navigation stack’s new state should be 1 > 2 > 3.
How can I apply that operation, please could someone add suggestion for this?
Xamarin Forms version is 3.6.364807 MvvmCross version is 6.2.3.