dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.83k stars 1.67k forks source link

iOS : Shell FlyoutItem Tab Selected Icon Color not changing if using Font icons #22032

Open akhilvswoodplc opened 2 months ago

akhilvswoodplc commented 2 months ago

Description

Shell FlyoutItem Tab Selected Icon Color not changing if using Font image source in iOS. Only the Title color is changing

Steps to Reproduce

Shell FlyoutItem Tab Selected Icon Color not changing if using Font image source in iOS. Only the Title color is changing

Link to public reproduction project repository

na

Version with bug

8.0.3 GA

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

iOS All versions

Did you find any workaround?

No

Relevant log output

na
jaosnz-rep commented 2 months ago

Can repro this issue at iOS platform on the latest 17.10 Preview 5(8.0.21&8.0.7). We found the following known bugs similar to this issue, which can be used for reference. (Un)SelectedTabColor do not work for TabbedPage icons (FontImageSource) on iOS · Issue #12250 · dotnet/maui (github.com) Font Icons in Shell Tabs not showing in iOS · Issue #20866 · dotnet/maui (github.com)

PureWeen commented 1 month ago

@jaosnz-rep can you attach the project you used to repro this?

jaosnz-rep commented 1 month ago

@jaosnz-rep can you attach the project you used to repro this?

The project I use is this https://github.com/tranb3r/Issues/tree/main/MauiAppTabbedPageIconColor