[mobile] Fix Bug 42297

This commit is contained in:
Julia Svinareva 2019-08-23 10:31:16 +03:00
parent f65057491c
commit c6babae479
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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