We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
If your site is using for touch devices only, it would be a good idea to set disableClick to true.
disableClick
true
Sorry, something went wrong.
Same issue here. When using touchhold and tap events together, tap would reset the touchhold, as both of them fire at the same time.
@doutatsu The latest version has fixed this issue. You can upgrade and try again. If this problem still exists, please let me know.
@jerrybendy Found out about it just after I posted the message! It has indeed been fixed, thanks
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: