maui
maui copied to clipboard
[Shell] Allow for users to display the backbutton and flyout button at the same time
Currently on Android and iOS when you navigate forward on Shell (or nav page) only the backbutton is visible. This is the default behavior of each platform but we should look into allowing users to show both icons.
The Toolbar class in MAUI has a property for toggling the visibility of the hamburger but it's currently not wired up as settable by the user.
The default behavior in windows is to show both because the underlying NavigationView has that feature built in
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.
Expecting the hamburger navigation button and back button to be shown at the same time (on Android/iOS), too. There seems to be no workaround for the moment.
+1 this. Using a custom title view as a workaround does not work due to bugs on iOS with MAUI once again ( https://github.com/dotnet/maui/issues/14386 )