79544380

Date: 2025-03-30 09:25:59
Score: 1.5
Natty:
Report link
I had the same problem. In the App.Shell.xaml I had
<ShellContent
     Title="Home Page"
     ContentTemplate="{DataTemplate local:HomePage}"
     Route="HomePage"        
     />
And in the App.Shell.xaml.cs I had
Routing.RegisterRoute(nameof(HomePage), typeof(HomePage));
When I commented this out
//Routing.RegisterRoute(nameof(HomePage), typeof(HomePage));
The page back buttons worked on the third page.
Is your Page1 the start page like my HomePage?
Reasons:
  • Whitelisted phrase (-1): I had the same
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jonathan Greenstreet