AndroidX icon indicating copy to clipboard operation
AndroidX copied to clipboard

Include Glide AVIF support library

Open albyrock87 opened this issue 6 months ago • 0 comments

Xamarin.Android Version: <= 8.0

Please include Glide's AVIF support https://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: https://github.com/dotnet/maui/issues/23316

albyrock87 avatar Aug 05 '24 09:08 albyrock87