Hi All,
I have an application based on MasterDetailsPage.
In some situations I need to hide navigation bar (or make it transparent).
Is there any way to hide navigation bar while using MasterDetailsPage?
I have already tried to use NavigationPage.SetHasNavigationBar(this, false); but it seems ignores this call.
Thanks for your help!