[mobile] Fix Bug 42297
This commit is contained in:
parent
f65057491c
commit
c6babae479
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue