-
Notifications
You must be signed in to change notification settings - Fork 377
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
it does not show svg after android 12 update #1552
Comments
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. |
Thx for the Tipp. It works - for now... |
it does not show svg after android 12 update
The text was updated successfully, but these errors were encountered: