Merge pull request #229 from ONLYOFFICE/feature/bug-fix

[mobile] Fix Bug 42297
This commit is contained in:
Julia Radzhabova
2019-08-23 10:39:09 +03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,7 @@ require([
//Store Framework7 initialized instance for easy access
window.uiApp = new Framework7({
// Default title for modals
modalTitle: '{{MOBILE_MODAL_TITLE}}',
modalTitle: '{{APP_TITLE_TEXT}}',
// Enable tap hold events
tapHold: true,

View File

@ -181,7 +181,7 @@ require([
//Store Framework7 initialized instance for easy access
window.uiApp = new Framework7({
// Default title for modals
modalTitle: '{{MOBILE_MODAL_TITLE}}',
modalTitle: '{{APP_TITLE_TEXT}}',
// If it is webapp, we can enable hash navigation:
// pushState: false,

View File

@ -167,7 +167,7 @@ require([
//Store Framework7 initialized instance for easy access
window.uiApp = new Framework7({
// Default title for modals
modalTitle: '{{MOBILE_MODAL_TITLE}}',
modalTitle: '{{APP_TITLE_TEXT}}',
// Enable tap hold events
tapHold: true,