You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that for some reason, I can't support animation of each of them , always.
Not only that, but I think in some cases, loading simple images might have bad results (not showing, or having bad decoding).
This was tested on Pixel 6 with Android 15, and on emulator with API 30.
Attached sample to prove that:
When all exist, only animated WEBP is showing. The rest are static.
When AVIF is missing, on Android 13 and below of course it won't work (AVIF is supported only from Android 14) and it actually causes a crash without letting me handle it via the listener. Removing the AVIF code, Android 13 and below can handle both animations of WEBP and GIF just fine.
On Android 15, the animated AVIF won't work. Animated GIF and animated WEBP do appear fine though. Also even normal AVIF images decoding might result in weird artefacts.
When WEB is missing, all images are static. No animation at all.
Please fix this.
I want to use various kinds of images and animations.
I use these:
I've noticed that for some reason, I can't support animation of each of them , always.
Not only that, but I think in some cases, loading simple images might have bad results (not showing, or having bad decoding).
This was tested on Pixel 6 with Android 15, and on emulator with API 30.
Attached sample to prove that:
On Android 15, the animated AVIF won't work. Animated GIF and animated WEBP do appear fine though. Also even normal AVIF images decoding might result in weird artefacts.
Please fix this.
I want to use various kinds of images and animations.
Glide Test.zip
The text was updated successfully, but these errors were encountered: