ericdrowell / KineticJS

KineticJS is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
http://www.kineticjs.com
3.98k stars 752 forks source link

Tweening freezes the stage on a Samsung Galaxy Note N7000 #1058

Open deostroll opened 9 years ago

deostroll commented 9 years ago

I believe this simple demo should recreate the problem.

http://run.plnkr.co/plunks/SgRJ81TjhLpLyx7ZinUU/

Ps: should be run from inside a phonegap/cordova app

You click anywhere on the large image (400x400) the cross hair moves to that position. The image is also set to be draggable.

Expected behaviour: If you click on the small image, it should tween and centralize itself wrt to the cross hair's absolute position. Once tweening complete you should be able to drag the large image.

Observed behaviour: Post tween animation, the stage is frozen. You cannot drag the large image or interact with the stage in any way.