We have an app that runs on iOS, Android and UWP.
The SfSegmentedControl with SfSegmentItem items using SegmentDisplayMode.ImageWithText works fine on all platforms (control entry displays icon and text) except for UWP.
UWP never shows the icon (we are using FontAwesome).
I found some threads in here saying that was a bug fixed on version 18.3.0.35 but we are using 18.4.0.41 and still see it.
This is what UWP shows:
same code, running on iOS/iPad:
And here you can see UWP showing the same font awesome icons on our menu:
Please help me find a workaround, we need to release our app soon...
Thank you,
.Sergio