Perhaps I’m the last to find out, but I discovered by accident that when using App.OpenPage(“page.xaml”) in a script to open a new page, that you can swipe from the left to go back to the previous page. Pure awesomeness!
Unfortunately, it would seem that pages called from the Navigation Page don’t behave the same way, and swiping left will always bring the menu up.
Is there a way to change this behaviour to make it consistent?
(my guess is that it is in fact brining up the last page, which is MainPage.xaml. So programmatically speaking, it’s probably behaving as designed although from a user perspective, I would think that it would take me to the “full” page where the nav menu was called from).