How to remove the hamburger menu (for drawer to open/close) but keep the navigation bar and back icon if there a stack. I am struggling to find a solution for this.
Doing this will totally remove the navigation bar
NavigationPage.HasNavigationBar="false"
I want only the icon to be removed.

I know it is an old question, but in your case it is better to use Shell. You can hide the hamburger button and implicitly disable the flyout menu using:
<Shell>
...
FlyoutBehavior="Disabled"
..
</Shell>
<ContentPage>
...
Shell.FlyoutBehavior="Disabled"
</ContentPage>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With