mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 12:18:47 +08:00
Merge pull request #229 from ONLYOFFICE/feature/bug-fix
[mobile] Fix Bug 42297
This commit is contained in:
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user