-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Top half of Fab TabBarItem is not clickable #76
Comments
I will verify if we don't have another solution / workaround for this issue |
Reopened by #286 |
@kazo0 maybe you can take a look at this one and check the status of this issue please |
@agneszitte-nventive I can confirm it's still not clickable :'( |
@agneszitte-nventive It looks like the workaround you added in #183 no longer exists. Is it possible to re-add it for the current v2 styles? |
@Youssef1313 I believe that the old workaround was the cause of this issue: #273 So we decided the top half of the FAB being unclickable was the lesser of two evils :( Maybe if we layered the TabBar on top of the rest of the page content we wouldn't get this ugly visual bug, but I'm not sure if it would cause problems with touches not falling through to the content underneath |
Blocked by unoplatform/uno#7393
Current behavior
Given a MaterialBottomTabBar with with one of the Items using the MaterialFabTabBarItemStyle, the translated button is only clickable for the portion of the FAB that is still "inside" the TabBar itself.
Expected behavior
Entire FAB should be clickable
How to reproduce it (as minimally and precisely as possible)
Environment
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: