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
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)) {
The text was updated successfully, but these errors were encountered:
benmajor
added
the
enhancement
The issue contains enhancements or improvements that will be added to future releases.
label
Oct 12, 2016
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)) {
The text was updated successfully, but these errors were encountered: