PIXI.draggable icon indicating copy to clipboard operation
PIXI.draggable copied to clipboard

Demo doesn't work in Safari

Open daniel opened this issue 9 years ago • 3 comments

If I go to http://mokgames.com/draggable/ in Safari I get a lot of "Type error" in pixi.js line 7730.

It's this line:

    gl.texImage2D(gl.TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, texture.source);

daniel avatar Jun 03 '15 08:06 daniel

this is core-pixi line. It would better to provide full Call Stack. Also It depend on the device and the iOS version. So it would be good to specify.

thesunlover avatar Apr 28 '16 15:04 thesunlover

It also doesn't work with the new PIXI versions

thesunlover avatar Apr 28 '16 15:04 thesunlover

I'm using Safari 9.0.3 on Mac OS X 10.11.3 (El Capitan).

I get 5 different type errors, this is the first:

TypeError: Type error
texImage2Dpixi.js:7773
updateTexturepixi.js:7773
renderBatchpixi.js:9033
flushpixi.js:8962
endpixi.js:8657
renderDisplayObjectpixi.js:7732
renderpixi.js:7698
animatedraggable:446

daniel avatar Apr 29 '16 07:04 daniel