-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Dual Listener Support for gesture and tap. #683
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
Comments
Just wondering how this is progressing. You suggested in the old tracker issue that you were hoping to get a fix out soon. Cheers |
@andrewnicols I'm trying to figure out the best way to prevent something like 'tap' from firing twice on a device with mouse and touch capabilities. I have the dual listener working. Now it's a matter of not firing one if the other fires. |
I updated my |
This is done, since we merged #986. |
This references Trac #2533158.
I am pushing all work related to dual listener support to the dual-listener branch on my fork of yui3.
Part of the fix was provided by @grayrest (#471) but simply merging that would mean that tap callbacks would get fired twice, so there is some work needed to clean up that implementation.
The text was updated successfully, but these errors were encountered: