penfeizhou / APNG4Android

Android animation support for APNG & Animated WebP & Gif & Animated AVIF, High performance
Apache License 2.0
570 stars 75 forks source link

Cannot load apng using glide #218

Closed wxj978566042 closed 2 months ago

wxj978566042 commented 3 months ago

Load apng from url using glide failed

Info Value
Device Info xiaomi 11pro
System Version 13
APNG4Android Library Version 3.0.1
Repro rate all the time (100%)
Repro with our demo project yes

Issue Description and Steps

code belows: Glide.with(ivApng). load("https://img.alicdn.com/imgextra/i1/O1CN010t5oIi1wpYjqoc0O0_!!6000000006357-54-tps-50-10.apng") .into(ivApng);

https://img.alicdn.com/imgextra/i1/O1CN010t5oIi1wpYjqoc0O0_!!6000000006357-54-tps-50-10.apng the url above is always failed, only show one frame when loaded