mirror of
https://github.com/Doodle3D/doodle3d-connect.git
synced 2024-12-26 02:23:48 +01:00
Enabling skipFirstVisit of Add to homescreen
This commit is contained in:
parent
e023a2f1f0
commit
3835606df1
@ -33,14 +33,14 @@
|
|||||||
});
|
});
|
||||||
$.mobile.document.on( "pageshow", PAGE_ID, function( event, data ) {
|
$.mobile.document.on( "pageshow", PAGE_ID, function( event, data ) {
|
||||||
//console.log("Boxes page pageshow");
|
//console.log("Boxes page pageshow");
|
||||||
addToHomescreen(/*{
|
addToHomescreen({
|
||||||
debug: true, // activate debug mode in ios emulation
|
//debug: true, // show on desktop browsers and unsupported devices
|
||||||
skipFirstVisit: false, // show at first access
|
skipFirstVisit: true, // Don't show on first visit
|
||||||
startDelay: 0, // display the message right away
|
//startDelay: 0, // display the message right away
|
||||||
lifespan: 0, // do not automatically kill the call out
|
//lifespan: 0, // do not automatically kill the call out
|
||||||
displayPace: 0, // do not obey the display pace
|
//displayPace: 0, // do not obey the display pace
|
||||||
maxDisplayCount: 0 // do not obey the max display count
|
//maxDisplayCount: 0 // do not obey the max display count
|
||||||
}*/);
|
});
|
||||||
});
|
});
|
||||||
$.mobile.document.on( "pagebeforehide", PAGE_ID, function( event, data ) {
|
$.mobile.document.on( "pagebeforehide", PAGE_ID, function( event, data ) {
|
||||||
//console.log("Boxes page pagehide");
|
//console.log("Boxes page pagehide");
|
||||||
|
Loading…
Reference in New Issue
Block a user