davidmz / apng-canvas

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

Not working on android webview #16

Closed SemonCat closed 5 years ago

SemonCat commented 8 years ago

Hi,

I use this library on android webview,

but It's not working and no error message,

any idea?

Ntropy commented 8 years ago

Try to enable remote debugging through Google Chrome ( https://developers.google.com/web/tools/chrome-devtools/debug/remote-debugging/webviews#configure-webviews-for-debugging ) and you can see javascript errors and find out what is working wrong.

SemonCat commented 8 years ago

Yes, I tried,

But no any error show and image just not working.