I have some colored icons which appear fine in Android, however when I deploy the same App on iOS, the icons turn white (which is defined in styles.xaml) in the Toolbar and grayscale ones remain same.
<Setter Property="Shell.ForegroundColor" Value="{OnPlatform WinUI={StaticResource Primary}, Default={StaticResource White}}" />
The regular grayish icons appear fine on iOS, it is just the colored ones causing the issue.
Doesn’t iOS support colored icons in Toolbar?