Prevent slide from auto swipe to next one onItemClick #648
Unanswered
gabrielmlinassi
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 wanted to prevent the slide from auto swiping to the next one on click because the user can click/tap the video for sharing, for eg. I tried several different approaches like adding onItemClick={(e) => {e.preventDefault(); e.stopPropagation()}}, none worked. At last, I found a workaround by adding interval={99999} so will take 9999ms to switch to next after click.
Google.Chrome.-.Vouch.-.Google.Chrome.1.mp4
Beta Was this translation helpful? Give feedback.
All reactions