Ridotto il temp dello splash iniziale
This commit is contained in:
parent
bafb80dcc7
commit
8b295eb018
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
<content src="index.html" />
|
||||
|
||||
<preference name = "SplashScreen" value = "res/splashscreen.png" />
|
||||
<preference name="SplashScreenDelay" value="10000" />
|
||||
<preference name="SplashScreenDelay" value="3000" />
|
||||
<preference name="AutoHideSplashScreen" value="false" />
|
||||
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
|
||||
<plugin name="cordova-plugin-whitelist" spec="1" />
|
||||
|
@ -29,7 +29,7 @@
|
|||
<splash src = "res/splashscreen.png" />
|
||||
<preference name = "AutoHideSplashScreen" value="false" />
|
||||
<preference name = "SplashScreen" value = "splashscreen" />
|
||||
<preference name = "SplashScreenDelay" value="10000" />
|
||||
<preference name = "SplashScreenDelay" value="3000" />
|
||||
<preference name = "SplashMaintainAspectRatio" value="true" />
|
||||
<preference name = "SplashShowOnlyFirstTime" value="false" />
|
||||
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
|
||||
|
|
Loading…
Reference in a new issue