]> _ Git - fluidbook-html5.git/commitdiff
wip #5219 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 14:03:12 +0000 (16:03 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 14:03:12 +0000 (16:03 +0200)
js/libs/fluidbook/fluidbook.input.js

index e064f115e439d607bd3779c100a9b8ef5d37b946..f8381b667564dbc1a5596ebedd9f68086604dd0c 100644 (file)
@@ -26,7 +26,8 @@ FluidbookInput.prototype = {
             //     e.preventDefault();
             //     e.stopPropagation();
             // }, false);
-            this.clickEvent = 'click';
+            this.clickEvent = 'touchend';
+            this.forceClickEvent = 'touchend';
         } else if (Modernizr.ftouch) {
             this.clickEvent = 'click';
         }