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 753 forks source link

Safari throws touch-related error on iOS 8 #1035

Closed pronebird closed 9 years ago

pronebird commented 9 years ago

Something I randomly get on Safari on iOS 8 (iPhone)

[Error] TypeError: undefined is not an object (evaluating 'this.tapStartShape._id')
    _touchend (kinetic.js, line 9731)
    (anonymous function) (kinetic.js, line 9213)

I am not exactly sure what's the nature of this bug and how exactly this affects my game, but probably worth looking into.

pronebird commented 9 years ago

I think it's a false alarm caused by livereload..