Explorar el Código

QuoJS error in touchend

soyjavi hace 13 años
padre
commit
eaffe19110
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {