We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71cb202 + ce3aa18 commit 894e429Copy full SHA for 894e429
js/utils/tap.js
@@ -79,7 +79,7 @@ var tapLastTouchTarget;
79
var tapTouchMoveListener = 'touchmove';
80
81
// how much the coordinates can be off between start/end, but still a click
82
-var TAP_RELEASE_TOLERANCE = 6; // default tolerance
+var TAP_RELEASE_TOLERANCE = 12; // default tolerance
83
var TAP_RELEASE_BUTTON_TOLERANCE = 50; // button elements should have a larger tolerance
84
85
var tapEventListeners = {
0 commit comments