Skip to content

Singletap not fired on sensitive Android devices #112

@danielhalldin

Description

@danielhalldin

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)) {

Metadata

Metadata

Assignees

Labels

enhancementThe issue contains enhancements or improvements that will be added to future releases.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions