We need to clear the navigation stack when navigating to certain pages in our Xamarin.Forms app on Android and iOS.
There's an article by Greg Shackles here which describes how to do it - but this is approaching 4 years old and is for an older version of MvvmCross.
Is there a recommended way to do this with MvvmCross 6.2.1? Or do we still need to extend the Presenters?