We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
I spotted this problem in any other mobile browser (android chrome, iOs safari, WP IE)
I encountered the same issue and got it working by changing the line
if (e.originalEvent && e.originalEvent.targetTouches) {
to:
if (e.originalEvent && e.originalEvent.targetTouches && e.originalEvent.targetTouches.length > 0) {
I'm not a strong JavaScript programmer, so I'm not entirely sure why this works – but it fixed the issue for me.
Fix cannot draw multiple times in iOS Safari
6637e3b
Solution from mobomo#27 (comment)
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: