From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 14:03:12 +0000 (+0200) Subject: wip #5219 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d037ee94c075fdd87809bbbaf8162d1ba43fb4f4;p=fluidbook-html5.git wip #5219 @0.25 --- diff --git a/js/libs/fluidbook/fluidbook.input.js b/js/libs/fluidbook/fluidbook.input.js index e064f115..f8381b66 100644 --- a/js/libs/fluidbook/fluidbook.input.js +++ b/js/libs/fluidbook/fluidbook.input.js @@ -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'; }