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 using a SwipeItem with a FontImageSource for icon, the FontImageSource color is not applied on iOS.
On Android, the color is only applied each time the swipe item is revealed. While this behavior isn't perfect, it at least allows for some customization.
Description
When using a
SwipeItemwith aFontImageSourcefor icon, theFontImageSourcecolor is not applied on iOS.On Android, the color is only applied each time the swipe item is revealed. While this behavior isn't perfect, it at least allows for some customization.
iOS
Screen.Recording.2025-01-27.at.14.02.08.mov
Android
Screen.Recording.2025-01-27.at.14.01.43.mov
Steps to Reproduce
SwipeViewsuch asExpected behavior: The swipe item icon is
RedActual behavior: The swipe item icon is using the iOS system blue color
Link to public reproduction project repository
https://github.com/EmilienDup/MauiSwipeViewIcon
Version with bug
9.0.30 SR3
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
No response
Did you find any workaround?
No response
Relevant log output