jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.76k stars 668 forks source link

BlackBerry OS 10 issue #11

Closed thtro closed 10 years ago

thtro commented 11 years ago

Hi, First, thanks for your work regarding this project! I tried your online demo in my BB phone, which has a webkit based browser, that supports all the requirements of this script, so it should work fine. But on the main demo page the rendering stops at 0%. I checked the console for errors and I found this:

spawning worker undefined gif.js:1 starting frame 1 of 1 gif.js:1 spawning worker undefined gif.js:1 starting frame 1 of 1 gif.js:1 spawning worker undefined gif.js:1 starting frame 1 of 4 gif.js:1 starting frame 2 of 4 gif.js:1 TypeError: 'undefined' is not an object (evaluating 'o[a][0]') /gif.js/gif.worker.js:1

The same error appears on the all pages performing conversion. Any ideas?

Thanks in advance! Best regards

jnordberg commented 10 years ago

Try with the latest version, i think i could be fixed.