I want to use template 10 to develop my app, but I dont know how can I hide the back button once I pass from one page to another, like for example passing from a login page to my main page. With template 10 it always show the back button, I know how to prevent from going back, but still I can see the damn back button on the shell, I dont wish to see it. How could I hide it?
ClearHistory
is located on the HamburgerButtonInfo
as a DP and if that isn't enough you can thru the NavigationService
call ClearHistory as well which looks like public void ClearHistory() => FrameFacade.BackStack.Clear();
in the source so you know what it actually calls...