Is there anyway to allow content to touch the top of the screen while keeping the hamburger icon. In the example below, imagine the blue background was an image, I want the blue to touch the top of the screen and have the hamburger icon overlay over the top:
I've tried the following but it just changes the colour of the bar:
<Shell
BackgroundColor="Transparent">
If there is no way to hide just the bar, is there anyway to hide the bar and the hamburger icon and then add the icon back manually?
EDIT: I tried but it removed the hamburger icon as well. Is there anyway to add the hamburger icon back?:
Shell.NavBarIsVisible="False"
EDIT: Just seen this implentation which is what I need but is there anyway to do this with Xamarin Shell: https://xamgirl.com/transparent-navigation-bar-in-xamarin-forms/
RESOLUTION: This has now been moved to the Xamarin Forms GitHub
is there anyway to remove the navigation bar but keep the hamburger icon
and there's not. – zaggler