.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,910 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I click the back button (Android) it does not go back a level it just goes back to the Android system. I put in the following code but a back button is not visible on the view that shows the hotdog icon so it just does not work.
<Shell.BackButtonBehavior>
<BackButtonBehavior IsVisible="true" IsEnabled="true" ></BackButtonBehavior>
</Shell.BackButtonBehavior
I did not realize but it makes sense that if you navigate using the main navigation it becomes the zero th level so when you navigate in the app not using the main menu it is then at a higher level.