Hello. I have an issue for Font Awesome Solid Icons.
For examples, the following icon is displayed at iOS only and is not shown at Android.
<iconize:IconButton Text="fas-play" WidthRequest="40" HeightRequest="40" TextColor="White" HorizontalOptions="Center"/>
FAS works at Iconize GitHub sample, but it does not work at my project.
FAS works well at iOS because iOS platform project has font file itself.
Font Awesome Regular Module Icons (FAR) v3.5.0.129 work well at both Android and iOS. Therefore, it is not a configuration issue of my project.
Finally, I found that Iconize GitHub sample used 3.5.0.112 and my project uses 3.5.0.129.
So, I suspect that it must be an issue of v3.5.0.129 on Android.
My environment:
Visual Studio 2019
Xamarin Forms 4.1 latest stable
Iconize 3.5.0.129
Best regards.
Hello. I have an issue for Font Awesome Solid Icons.
For examples, the following icon is displayed at iOS only and is not shown at Android.
<iconize:IconButton Text="fas-play" WidthRequest="40" HeightRequest="40" TextColor="White" HorizontalOptions="Center"/>
FAS works at Iconize GitHub sample, but it does not work at my project.
FAS works well at iOS because iOS platform project has font file itself.
Font Awesome Regular Module Icons (FAR) v3.5.0.129 work well at both Android and iOS. Therefore, it is not a configuration issue of my project.
Finally, I found that Iconize GitHub sample used 3.5.0.112 and my project uses 3.5.0.129.
So, I suspect that it must be an issue of v3.5.0.129 on Android.
My environment:
Visual Studio 2019
Xamarin Forms 4.1 latest stable
Iconize 3.5.0.129
Best regards.