-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
enhancementThe issue contains enhancements or improvements that will be added to future releases.The issue contains enhancements or improvements that will be added to future releases.
Description
A suggested solution is to add the swipe threshold, like this:
Line 406:
if (!$this.data('doubletapped') && !$this.data('tapheld') && (Math.abs(start_pos.x - end_pos_x) < settings.swipe_v_threshold) && (Math.abs(start_pos.y - end_pos_y) < settings.swipe_h_threshold)) {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementThe issue contains enhancements or improvements that will be added to future releases.The issue contains enhancements or improvements that will be added to future releases.