googlearchive / polymer-gestures

84 stars 27 forks source link

iOS, Safari - TypeError: undefined is not an object (evaluating 'currentGestures[ri] = true') #78

Closed RonMen closed 10 years ago

RonMen commented 10 years ago

Hi there,

I'm getting an error on iPhone running iOS 8.1 using Safari:

TypeError: undefined is not an object (evaluating 'currentGestures[ri] = true')

in dispatcher.js line 205.

Regards RonMen

jetheri3 commented 10 years ago

Im getting the same issue on IOS Emulator using chrome dev tools.

Uncaught TypeError: Cannot set property '2' of undefined - dispatcher.js (205) dispatcher.addgestureDependency (205) dispatcher.eventHandler(235)