You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Liquid Slider to separate several parts of a form onto different slides. Therefor, I need the user to advance through the slides one at a time. It's been working great, but recently I discovered that in some browsers (Chrome and Safari on Mac, for sure) double-clicking the arrow causes the slider to advance two panels at a time.
I've tried everything I can think of to stop this from happening - including preventDefault and stopPropagation. How can I make sure double-clicking only advances one slide?
The text was updated successfully, but these errors were encountered:
I'm using Liquid Slider to separate several parts of a form onto different slides. Therefor, I need the user to advance through the slides one at a time. It's been working great, but recently I discovered that in some browsers (Chrome and Safari on Mac, for sure) double-clicking the arrow causes the slider to advance two panels at a time.
I've tried everything I can think of to stop this from happening - including preventDefault and stopPropagation. How can I make sure double-clicking only advances one slide?
The text was updated successfully, but these errors were encountered: