How can I detect a drag for mobile devices? #472
Unanswered
sschilling-artifact
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to detect when users drag the carousel from Android Chrome. Unfortunately, it doesn't look like any of the obvious event handlers get fired. The
onClick
/onMouseEnter
events don't get fired as it isn't technically a click, but neither doonDrag
oronScroll
get fired when I drag the carousel to reveal the next image.I've tried all of these handlers on the slider, tray, and slides themselves. Is there no way to detect when the user drags an image?
Beta Was this translation helpful? Give feedback.
All reactions