You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using the BottomBarPage package. I’m changing the Tab on the fly programmatically, however the icon at the bottom doesn’t get highlighted for Android when there’s a tab change. It works well on iOS on the hand.
I tried James Montemagno’s code, I couldn’t get it to work with BottomBarPage package.
This is the link to his code
How do I get the Icon highlighted when there is a Tab Page happening programmatically for BottomBarPage?
I’m using the BottomBarPage package. I’m changing the Tab on the fly programmatically, however the icon at the bottom doesn’t get highlighted for Android when there’s a tab change. It works well on iOS on the hand.
I tried James Montemagno’s code, I couldn’t get it to work with BottomBarPage package.
This is the link to his code
How do I get the Icon highlighted when there is a Tab Page happening programmatically for BottomBarPage?
Below is my code.
Android BottomBarPage Renderer
Using the Renderer, the tab variable is always null from this
TabLayout.Tab tab = tabs.GetTabAt(i);
Any suggestion?
The text was updated successfully, but these errors were encountered: