Selaa lähdekoodia

QuoJS error in touchend

soyjavi 13 vuotta sitten
vanhempi
commit
f9ec3a0d27
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/lib/quo.debug.js

+ 1 - 0
src/lib/quo.debug.js

@@ -1163,6 +1163,7 @@
       }
     };
     _onTouchEnd = function(event) {
+        event.preventDefault();
       clearTimeout(TIMEOUT_HOLD);
       var tap_triggered = false;
       if(gesture_data.fingers === 1) {