Updates config.xml

This commit is contained in:
Renato Gabriele 2017-03-18 19:35:02 +01:00
parent 6b5fd26b4f
commit d56b8069be
2 changed files with 9 additions and 7 deletions

View file

@ -8,7 +8,7 @@
hacklabbo.indivia.net - digitigrafo.it
</author>
<content src="index.html" />
<preference name = "SplashScreen" value = "splashscreen" />
<preference name = "SplashScreen" value = "res/splashscreen.png" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="AutoHideSplashScreen" value="false" />
<plugin name="cordova-plugin-whitelist" spec="1" />
@ -20,13 +20,15 @@
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<icon src="res/icon.png" />
<splash src="res/splashscreen.png" />
<preference name="AutoHideSplashScreen" value="false" />
<allow-intent href = "market:*" />
<icon src = "res/icon.png" />
<preference name = "SplashScreen" value = "res/splashscreen.png" />
<splash src = "res/splashscreen.png" />
<preference name = "AutoHideSplashScreen" value="false" />
<preference name = "SplashScreen" value = "splashscreen" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="SplashMaintainAspectRatio" value="true" />
<preference name = "SplashScreenDelay" value="10000" />
<preference name = "SplashMaintainAspectRatio" value="true" />
<preference name = "SplashShowOnlyFirstTime" value="false" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 KiB

After

Width:  |  Height:  |  Size: 201 KiB