luberda-molinet / FFImageLoading

Image loading, caching & transforming library for Xamarin and Windows
MIT License
1.42k stars 377 forks source link

it does not show svg after android 12 update #1552

Open Legolas87 opened 2 years ago

Legolas87 commented 2 years ago

it does not show svg after android 12 update

lhughey commented 2 years ago

I'm noticing the same thing.

SiliconBoy007 commented 2 years ago

I can confirm its happening when the Android API is set to 11 or 12. It worked fine on Android 10 and below. This needs a fix since we can no longer release to Google Play Store using Android 10 or below API.

lhughey commented 2 years ago

Update: I was able to resolve this by adding the SkiaSharp nuget to the Android project.

SiliconBoy007 commented 2 years ago

Thank you very much for letting me know. I just tried it and that solved the problem for me as well.

GivennameSurname commented 2 years ago

Update: I was able to resolve this by adding the SkiaSharp nuget to the Android project.

Thx for the Tipp. It works - for now...