We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please include Glide's AVIF support https://bumptech.github.io/glide/int/avif.html
AVIF
This enables us to add implementation 'com.github.bumptech.glide:avif-integration:4.15.1' to MAUI's build.gradle.
implementation 'com.github.bumptech.glide:avif-integration:4.15.1'
Without this images won't load.
We should also include https://github.com/AOMediaCodec/libavif package so that we can pick the latest version as dependency.
AVIF images are not loading in MAUI.
See more: dotnet/maui#23316
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Xamarin.Android Version: <= 8.0
Please include Glide's
AVIF
supporthttps://bumptech.github.io/glide/int/avif.html
This enables us to add
implementation 'com.github.bumptech.glide:avif-integration:4.15.1'
to MAUI's build.gradle.Without this images won't load.
We should also include https://github.com/AOMediaCodec/libavif package so that we can pick the latest version as dependency.
Describe your Issue
AVIF images are not loading in MAUI.
Relevant information
See more: dotnet/maui#23316
The text was updated successfully, but these errors were encountered: