Merge pull request #594 from ONLYOFFICE/fix/bugfix

[PE mobile] Fix Bug 47687
This commit is contained in:
Julia Radzhabova 2020-11-25 22:29:38 +03:00 committed by GitHub
commit 36599894d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,