Skip to content
Discussion options

You must be logged in to vote

You can use the IsBackButtonVisible property to adjust this. By default it is set to Auto, which should follow the target system guidelines. In the case of Android, the app should not display a back button in the UI, as it is not per the design guidelines.

All Android devices provide a Back button for this type of navigation, so don't add a Back button to your app’s UI.

So by default, the back button is not shown. You can override this by setting IsBackButtonVisible to Visible instead

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@MartinZikmund
Comment options

Answer selected by MartinZikmund
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
kind/bug Something isn't working platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform area/navigationview 🧭 Categorizes an issue or PR as relevant to the NavigationView control project/navigation-lifecycle 🧬 Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...) difficulty/starter 🚀 Categorizes an issue for which the difficulty level is reachable by newcomers
2 participants
Converted from issue

This discussion was converted from issue #15566 on February 21, 2024 13:51.