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

[Meta] Fastclick, Inputs, and "Ghost Clicks" #808

Closed
runspired opened this issue Jun 11, 2015 · 6 comments
Closed

[Meta] Fastclick, Inputs, and "Ghost Clicks" #808

runspired opened this issue Jun 11, 2015 · 6 comments

Comments

@runspired
Copy link
Contributor

This is a meta issue for problematic click behavior that will largely be dealt with by converting to pointer events.

Affected Issues:

@runspired
Copy link
Contributor Author

Potentially would fix this issue: #578

@runspired
Copy link
Contributor Author

This occurs because ghost clicks don't maintain the original target, only the coordinates: #411

@arschmitz
Copy link
Contributor

For anyone tracking this issue or the related ones we have created a new fast click to avoid using tap for a fast click. https://github.com/hammerjs/hammer-time this is very much still alpha but should be very sound based on testing.

arschmitz pushed a commit that referenced this issue Aug 7, 2015
Fixes determination of if it is acceptable to prevent the browser default behavior of scrolling/zoom etc when the touch-action property is set to none and the browser does not provide native support for the touch-action property. It fails to differenciate between a tap gesture and a multi-touch gesture which results in click and hover events from not getting recognized when an element has multi-touch gesture associated with it.

Ref #838
Ref #808
Closes #762
@arschmitz
Copy link
Contributor

im going to close this i dont think it is relevant any longer

@crlang44
Copy link

crlang44 commented Jul 31, 2017

I'm having the same issue as #411 with hammer 2.0.8 using it with Angular 4

@ndcunningham
Copy link

ndcunningham commented Jun 26, 2018

same as above 2.0.8 and Angular 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants