meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Error on iPad Safari #13

Closed jhloke closed 13 years ago

jhloke commented 13 years ago

Encounter this when viewing your camanjs page on iPad iOS 4.3.3 Safari.

JacaScript Error on Line 884 http://dev.meltingice.net/canvas/caman.js ReferenceError: Can't find variable: Worker

meltingice commented 13 years ago

This is actually an extremely old version of CamanJS, back when it used to use Web Workers (which are not supported on the iPad). For testing purposes, please use the examples at http://camanjs.com/examples/presets

Thanks!