dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
187 stars 97 forks source link

Is there a way to hide the Bottom tabbed page renderer? #64

Open 15mgm15 opened 7 years ago

15mgm15 commented 7 years ago

Hello!

Just wanted to know if there is a possibility to hide the bottoms tabs on a nested Content Page (for a detail page)?

15mgm15 commented 7 years ago

I was able to hide it by using the Hide/Show Method, but there is this top Navigation bar being showed, do you have any Idea why is this being showed?

https://media.giphy.com/media/ly253t14AQyaI/giphy.gif

15mgm15 commented 7 years ago

Found a solution for this :)

https://github.com/pocheshire/BottomNavigationBar/issues/18

breakthru7 commented 6 years ago

Hi , how do you use the hide/show method on Xamarin Form ? And how to apply pocheshire/BottomNavigationBar#18 , it will be a great help , thanks .

welahetti commented 6 years ago

hi breakthru7 did you found the solution??

breakthru7 commented 6 years ago

Sorry , didn't found the solution here . Used PushModalAsync with modal view instead as the project workaround .