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,