[PE mobile] Fix Bug 47687

This commit is contained in:
Julia Radzhabova 2020-11-25 22:26:46 +03:00
parent b0db95bc8a
commit c48448696e
2 changed files with 6 additions and 0 deletions

View file

@ -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,

View file

@ -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,