davidmz / apng-canvas

APNG implementation on canvas.
https://davidmz.github.io/apng-canvas/
MIT License
668 stars 93 forks source link

Images only animate first time #6

Closed Gunderak closed 9 years ago

Gunderak commented 9 years ago

Works great on desktop but on Android Chrome the images only animate once, if you refresh they are static images. Any ideas?

davidmz commented 9 years ago

I can not reproduce it. On both my Androids (Nexus 5 and 10) all works well.

But "traffic compression" option in Chrome disables animation because of transcoding images by Google's proxy. "Compressed" images is not APNG images anymore. May be that is your case?

Gunderak commented 9 years ago

It's now working perfectly thankyou and sorry for the confusion!