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.