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!
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!