How can show navigation bar.
I used this in app.cs
MainPage = new LoginPage();
Open login page then click login button
Open Second Page
Navigation.PushModalAsync(new SecondPage());
I Used This like in Second page Xaml Code
NavigationPage.HasNavigationBar="True"
But not Show Navigation bar