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
When a Tab is disabled (IsEnabled = false), the TabBarDisabledColor property is expected to change the icon and text color of the disabled Tab.
This works correctly on Android , but on iOS the TabBarDisabledColor is not applied, and the TabBar continues to use the default system disabled color.
Description
When a Tab is disabled (IsEnabled = false), the TabBarDisabledColor property is expected to change the icon and text color of the disabled Tab.
This works correctly on Android , but on iOS the TabBarDisabledColor is not applied, and the TabBar continues to use the default system disabled color.
Screen.Recording.2025-12-04.at.10.52.16.AM.mov
Screen.Recording.2025-12-04.at.11.19.26.AM.mov
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
10.0.11
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
No response
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output