I am developing a Xamarin forms app and I have used the NavigationPage.SetHasNavigationBar() to show/hide navigation bar. This works fine in Android and iOS but in UWP there is no navigation bar shown at the top.
Can someone explain why this happens.
Thanks in advance.
NavigationBar
also exists inxamarin.uwp
,but in uwp you need to set the color and title of NavigationBar explicitly.