FFImageLoading
FFImageLoading copied to clipboard
it does not show svg after android 12 update
it does not show svg after android 12 update
I'm noticing the same thing.
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.
Update: I was able to resolve this by adding the SkiaSharp nuget to the Android project.
Thank you very much for letting me know. I just tried it and that solved the problem for me as well.
Update: I was able to resolve this by adding the SkiaSharp nuget to the Android project.
Thx for the Tipp. It works - for now...