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

Events.Click needs to support touch and click #68

Closed
koenbok opened this issue May 14, 2014 · 4 comments
Closed

Events.Click needs to support touch and click #68

koenbok opened this issue May 14, 2014 · 4 comments

Comments

@koenbok
Copy link
Owner

koenbok commented May 14, 2014

On some windows machine, it might throw both events.

https://twitter.com/amenthes_de/status/466539234594406400

@koenbok
Copy link
Owner Author

koenbok commented May 15, 2014

It's kind of harder to solve than I hoped. I don't want to listen to both "click" and "touchstart" on every device, because you only expect it to get called once if you listen to it with Events.Click. So ideally I would need a way to figure out if a device can throw both click and touchstart.

@Verdi
Copy link

Verdi commented Jun 3, 2016

Is there a workaround for this? My desktop prototype doesn't work on Windows unless you only use the touch screen but works fine on a Mac.

@jordandobson
Copy link
Contributor

There is a fix for this... Email me @ jordandobson@gmail.com and I can
point you in the right direction
On Fri, Jun 3, 2016 at 10:34 AM Michael Verdi notifications@github.com
wrote:

Is there a workaround for this? My desktop prototype doesn't work on
Windows unless you only use the touch screen but works fine on a Mac.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#68 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AACbYmk70ucB-f54uL_Ch8DpNxBgk2Xeks5qIGWzgaJpZM4B65X4
.

@nvh
Copy link
Collaborator

nvh commented Aug 3, 2016

This has since been fixed.

@nvh nvh closed this as completed Aug 3, 2016
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

4 participants