androidxamarinanimationandroid-glidewebp

Xamarin android Glide webp animation


I'm using this library (Xamarin binding library of Glide), to display Gif in my app. But I would like to display Webp animations to save some space in my app.

Glide.With(context)
     .Load(url)
     .Into(imageView);

But the animation is locked on the first frame and didn't play (webp animation example).

Did I miss something?


Solution

  • It's a known issue.

    Right now, Glide has no built-in webp support and defaults to the system.It seems like Glide will work when you introduce some libraries that support WebP.