From d037ee94c075fdd87809bbbaf8162d1ba43fb4f4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 16:03:12 +0200 Subject: [PATCH] wip #5219 @0.25 --- js/libs/fluidbook/fluidbook.input.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'; } -- 2.39.5