Updates platforms / config.xml

This commit is contained in:
Renato Gabriele 2017-03-24 17:45:16 +01:00
parent d56b8069be
commit 49b99c0a11

View file

@ -8,9 +8,11 @@
hacklabbo.indivia.net - digitigrafo.it hacklabbo.indivia.net - digitigrafo.it
</author> </author>
<content src="index.html" /> <content src="index.html" />
<preference name = "SplashScreen" value = "res/splashscreen.png" /> <preference name = "SplashScreen" value = "res/splashscreen.png" />
<preference name="SplashScreenDelay" value="10000" /> <preference name="SplashScreenDelay" value="10000" />
<preference name="AutoHideSplashScreen" value="false" /> <preference name="AutoHideSplashScreen" value="false" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<plugin name="cordova-plugin-whitelist" spec="1" /> <plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" /> <access origin="*" />
<allow-intent href="http://*/*" /> <allow-intent href="http://*/*" />
@ -22,6 +24,7 @@
<platform name="android"> <platform name="android">
<allow-intent href = "market:*" /> <allow-intent href = "market:*" />
<icon src = "res/icon.png" /> <icon src = "res/icon.png" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name = "SplashScreen" value = "res/splashscreen.png" /> <preference name = "SplashScreen" value = "res/splashscreen.png" />
<splash src = "res/splashscreen.png" /> <splash src = "res/splashscreen.png" />
<preference name = "AutoHideSplashScreen" value="false" /> <preference name = "AutoHideSplashScreen" value="false" />
@ -40,5 +43,6 @@
<plugin name="cordova-sqlite-storage" spec="~2.0.2" /> <plugin name="cordova-sqlite-storage" spec="~2.0.2" />
<plugin name="cordova-plugin-media" spec="~3.0.0" /> <plugin name="cordova-plugin-media" spec="~3.0.0" />
<plugin name="cordova-plugin-splashscreen" />
</widget> </widget>