-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font awesome solid icons stopped working with 3.5.0.129 on Android #157
Comments
Same issue |
Same issue for iOS when change font text in code. |
to me it looks like the issue is when updating to xamarin 4 |
Will there be a fix? Is there any alternative to this package? |
Maybe, but if you need to change the size of the icon depending on the requirements in the application execution mode, does it work? |
In connection with such bugs, it was customary to switch to native support in Xamarin 4, an alternative here https://montemagno.com/using-font-icons-in-xamarin-forms-goodbye-images-hello-fonts/, thanks for the time use this plugin! |
@Kilowhisky @decv86 any luck? |
@Joebu No, i removed this repo, use FontImageSource. Link top |
@decv86 I did the same thanks |
I also have the same issue on Android and iOS |
It's a shame as it looks like this is no longer supported. Gutted as I've just finished most of my development on iOS where it works great. |
Downgraded to 3.5.0.123 and it worked. However to get it work on iOS, I had to add the fonts to Resources folder and set the build action to BundleResources. |
The last step is always required on iOS |
I too had to downgrade to 3.5.0.123 and it worked again for me on Android. |
Looks like same issue as #161 (comment) |
I recently upgraded from FA
3.5.0.117
to the latest3.5.0.129
and it appears that FA solid icons stopped working on Android. The regular icons and brand icons work though. I've confirmed that thettf
files are being placed into theapk
.I backtracked the packages and the last stable configuration for FA for me was the following.
Xam.Plugin.Iconize
3.5.0.129Xam.Plugin.Iconize.FontAwesome
2.5.0.123Everything works as expected on iOS.
See the images for the differences.
// 3.5.0.129
// 3.5.0.123
Here are my versions
The text was updated successfully, but these errors were encountered: