0

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 played (webp animation example).

Did i miss something?

Thank you.

Regards, Samih

Samih EL SAKHAWI
  • 429
  • 4
  • 17

1 Answers1

0

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.

Leo Zhu
  • 15,726
  • 1
  • 7
  • 23