VladislavAntonyuk/MauiSamples

Central image button don't disappear when Shell.TabBarIsVisible="false"

lucaspein opened this issue · 3 comments

I saw and tried your code. The problem is when you need to navigate to a ContentPage that doesn't need to show the Shell TabBar. The customTabBar hides it self but the central button remains there.

Will this get resolved anytime soon? I would love to use your code, but I can't if I the button stays visible all the time.

Same issue here, can't find a way to hide middle button when tabbar itself is not visible.

If you could guide as to how to understand in renderer, weather the current view has Tabbar is visible or no, that would be helpful