I have problem for Navigation in my app. I use xamarin.forms how can clean my navigation stack. No use Pop and push. Can I see my full navigation stack ?
For anyone viewing this in in 2020:
await Navigation.PopToRootAsync();
or if your using Shell navigation
await Shell.Current.Navigation.PopToRootAsync();