Hi, I'm trying to remove the navigation bar in a tabbed page but without success.
I tried to add in OnAppearing() and in the constructor
OnAppearing()
NavigationPage.SetHasNavigationBar(this, false);
but the navigation bar still there.
Ok, sorry, it was very easy. I have to insert
not in the TabbedPage but in every single page I show in the TabbedPage.
TabbedPage
This does not work at all