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

Fixes unresponsive click events on touchscreen devices #35

Merged
merged 2 commits into from
Jul 30, 2015
Merged

Fixes unresponsive click events on touchscreen devices #35

merged 2 commits into from
Jul 30, 2015

Conversation

MuellerMatthew
Copy link
Contributor

fixes #34 removes touchstart since click is already capturing touch events to prevent issues with smartboards and touch screen devices which also have a mouse.

removes `touchstart` since `click` is already capturing touch events to prevent issues with smartboards and touch screen devices which also have a mouse.
@MuellerMatthew MuellerMatthew changed the title Fixes #34 Fixes unresponsive click events on touchscreen devices Jul 29, 2015
@Turbo87
Copy link
Owner

Turbo87 commented Jul 30, 2015

I thought there was a reason why I used touchstart instead of click, but I really can't remember. Since you seem to have tested this properly (as described in #34) I'm going to merge this. Thanks!

Turbo87 added a commit that referenced this pull request Jul 30, 2015
Fixes unresponsive click events on touchscreen devices
@Turbo87 Turbo87 merged commit f5d0b6e into Turbo87:gh-pages Jul 30, 2015
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

Successfully merging this pull request may close these issues.

2 participants