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

Add the ability to disable fastclick #55

Closed

Conversation

nickhingston
Copy link

Add no-fastclick css class to an element, and the fastclick input event handlers will be no longer applied

fixes #54.

@JakeSidSmith
Copy link
Owner

I would prefer if this could use data attributes as it's less likely to have side effects, and just because I feel that classNames are "supposed" to be CSS selectors, mainly.

https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes

@nickhingston
Copy link
Author

nickhingston commented Oct 9, 2017 via email

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.

Cannot disable fastclick on a particular element
2 participants