pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

BNB goes down in special situation! #59

Open AlirezaAkbarix opened 7 years ago

AlirezaAkbarix commented 7 years ago

I used this link to implement BottomNavigationBar in xamarin forms, I need to have the BottomNavigationBar in all of my pages, in this case I have a problem:

1- If I define MainPage in App as a non-NavigationPage, and all inner pages as NavigationPage, the bottomNavigation goes down and only it’s icons are visible! Image 1, Image 2 2- If I define MainPage in App as a NavigationPage, and all inner pages as non-NavigationPage I'll not be able to see bottomNavigation in inner pages! Image 1, Image 2 3- If I define both MainPage and inner pages as NavigationPage, I will have two toolbars in inner pages.

I prefer the first option if it's possible, but I cannot handle that!

wvansl commented 6 years ago

I have the same, did you find a good solution for this?