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

One touch event leaks through and causes other touch events to fire #57

Open
tyshantprince opened this issue Mar 9, 2020 · 4 comments

Comments

@tyshantprince
Copy link

I am creating sort of a survey and I am using this project to handle the touch events.

The problem is that when a user touches an answer button, this touch is read by the next answer button of an unrelated question.

Basically the touches are leaking over. I want to know how do I prevent a touch from leaking over as the next question renders.

@jerrybendy
Copy link
Owner

If your site is using for touch devices only, it would be a good idea to set disableClick to true.

@doutatsu
Copy link

Same issue here. When using touchhold and tap events together, tap would reset the touchhold, as both of them fire at the same time.

@jerrybendy
Copy link
Owner

@doutatsu The latest version has fixed this issue. You can upgrade and try again. If this problem still exists, please let me know.

@doutatsu
Copy link

@jerrybendy Found out about it just after I posted the message! It has indeed been fixed, thanks

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

3 participants