Setting Splide.options, doesn't happen immediately #1169
Unanswered
andershagbard
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
Uh oh!
There was an error while loading. Please reload this page.
-
Setting Splide.options, doesn't happen immediately. E.g. when you trigger the drag on mobile the
touchstart
event happens. If you in betweentouchstart
andtouchend
disable drag using the following code:Dragging will continue to have effect, until you start a new
touchevent
.Is there any way to disable drag immediately?
Beta Was this translation helpful? Give feedback.
All reactions