Skip to content
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

Open
Kilowhisky opened this issue Jun 6, 2019 · 17 comments
Open

Comments

@Kilowhisky
Copy link

I recently upgraded from FA 3.5.0.117 to the latest 3.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 the ttf files are being placed into the apk.

I backtracked the packages and the last stable configuration for FA for me was the following.

  • Xam.Plugin.Iconize 3.5.0.129
  • Xam.Plugin.Iconize.FontAwesome 2.5.0.123

Everything works as expected on iOS.

See the images for the differences.
// 3.5.0.129
image

// 3.5.0.123
image

Here are my versions

  • Xamarin.Forms 3.6.0.344457 (tested and same result on 4.0)
  • Android Target 9.0 (API 28)
  • Min android version 4.0.3
@Kilowhisky Kilowhisky changed the title Font awesome solid icons stopped working with 3.5.0.129 Font awesome solid icons stopped working with 3.5.0.129 on Android Jun 6, 2019
@ricavir11
Copy link

Same issue

@decv86
Copy link

decv86 commented Jun 13, 2019

Same issue for iOS when change font text in code.

@decv86
Copy link

decv86 commented Jun 14, 2019

Test project - icons no show -Xamarin 4

2019-06-14_10-27-32

@Joebu
Copy link

Joebu commented Jun 19, 2019

to me it looks like the issue is when updating to xamarin 4

@decv86
Copy link

decv86 commented Jun 21, 2019

Will there be a fix? Is there any alternative to this package?

@Kilowhisky
Copy link
Author

@Joebu I'm actively using xamarin 4 with no problems.

@decv86 It works for me with the following versions.

Xamarin.Forms - 4.0.0.497661
Xam.Plugin.Iconize - 3.5.0.129
Xam.Plugin.Iconize.FontAwesome - 3.5.0.123

@decv86
Copy link

decv86 commented Jun 23, 2019

@Kilowhisky

Xamarin.Forms - 4.0.0.497661
Xam.Plugin.Iconize - 3.5.0.129
Xam.Plugin.Iconize.FontAwesome - 3.5.0.123

Maybe, but if you need to change the size of the icon depending on the requirements in the application execution mode, does it work?

@decv86
Copy link

decv86 commented Jun 24, 2019

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!

@Joebu
Copy link

Joebu commented Jun 24, 2019

@Kilowhisky @decv86 any luck?

@decv86
Copy link

decv86 commented Jun 24, 2019

@Joebu No, i removed this repo, use FontImageSource. Link top

@Joebu
Copy link

Joebu commented Jun 24, 2019

@decv86 I did the same thanks

@kgbuddhima
Copy link

I also have the same issue on Android and iOS

@Goksly
Copy link

Goksly commented Jul 9, 2019

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.

@kgbuddhima
Copy link

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.

@danielmeza
Copy link

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

@cklenk
Copy link

cklenk commented Jul 29, 2019

I too had to downgrade to 3.5.0.123 and it worked again for me on Android.

@IanLJohnson
Copy link

Looks like same issue as #161 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants