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

triggering a click does not trigger a tap #8

Closed
commonpike opened this issue Oct 16, 2018 · 0 comments
Closed

triggering a click does not trigger a tap #8

commonpike opened this issue Oct 16, 2018 · 0 comments

Comments

@commonpike
Copy link

commonpike commented Oct 16, 2018

.. and triggering a tap does not trigger a click either

This is probably as intended. But it may be useful to add that to the description, because people may simply replace all 'click' handlers ( $(foo).on('click'... ) with 'tap' handlers, forgetting that somewhere in the application someone may be triggering the event by code ( $(foo).trigger('click'... ), which has to be replaced too, then, into $(foo).trigger('tap'... )

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