From c48448696e58af2c7f701ef30a2ba71b4c39521f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 25 Nov 2020 22:26:46 +0300 Subject: [PATCH] [PE mobile] Fix Bug 47687 --- apps/presentationeditor/mobile/app-dev.js | 3 +++ apps/presentationeditor/mobile/app.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/apps/presentationeditor/mobile/app-dev.js b/apps/presentationeditor/mobile/app-dev.js index 552212b59..7d1f9abb5 100644 --- a/apps/presentationeditor/mobile/app-dev.js +++ b/apps/presentationeditor/mobile/app-dev.js @@ -172,6 +172,9 @@ require([ // Default title for modals modalTitle: 'ONLYOFFICE', + // Enable tap hold events + tapHold: true, + // If it is webapp, we can enable hash navigation: // pushState: false, diff --git a/apps/presentationeditor/mobile/app.js b/apps/presentationeditor/mobile/app.js index 39ff0d4ef..91c81c053 100644 --- a/apps/presentationeditor/mobile/app.js +++ b/apps/presentationeditor/mobile/app.js @@ -182,6 +182,9 @@ require([ // Default title for modals modalTitle: '{{APP_TITLE_TEXT}}', + // Enable tap hold events + tapHold: true, + // If it is webapp, we can enable hash navigation: // pushState: false,