pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

Navigation bar does not show when changing tabs from button in fragment #55

Open atjozi opened 7 years ago

atjozi commented 7 years ago

Hi, i am using pocheshire Bottom Navigation tabs for xamarin. I am calling the navigation from activity and every tab is one fragment. Now, when i click some button inside fragment i need to be redirected to some other tab(fragment), for eg. click on button in fragment 1 should bring me to tab(fragment) 3. When i'm handling onClick from fragment i am able to go to the desired fragment but without navigation tabs showing. Could someone explain me how to do this but with navigation tabs showing?

wvansl commented 6 years ago

I have the same, did you solve the problem?