Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught error multitouch gestures in iOS Safari #53

Open
aivarsak opened this issue Feb 17, 2016 · 2 comments
Open

Uncaught error multitouch gestures in iOS Safari #53

aivarsak opened this issue Feb 17, 2016 · 2 comments

Comments

@aivarsak
Copy link

On multitouch gestures uncaught error is thrown.
TypeError: undefined is not an object (evaluating 'i.offset'). 30% of all uncaught errors in our app is due to coords.offset.

It seems like solution suggested by @R00GER for different problem may work as fix here #45

Thanks

@pablobirukov
Copy link

@aivarsak I can't reproduce error with multitouch on iOS 9.2.

My fix definitely helps to avoid the error but it may cause other problems. So if you will be able to reproduce issue and provide scenario it will be an argument

@pablobirukov
Copy link

Issue reproduced. Multitouch triggers series of touchstart/touchend and error occurs.
Will investigate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants