Modifica splash screen

This commit is contained in:
Renato Gabriele 2017-03-18 18:40:50 +01:00
parent ba953afde9
commit e81e7123e0

View file

@ -8,8 +8,7 @@
hacklabbo.indivia.net - digitigrafo.it
</author>
<content src="index.html" />
<preference name = "SplashScreen" value = "splashscreen" />
<splash src="res/splashscreen.png" />
<preference name = "SplashScreen" value = "res/splashscreen.png" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
@ -27,6 +26,7 @@
</platform>
<platform name="android">
<icon src="res/icon.png" />
<splash src="res/splashscreen.png" />
</platform>
<plugin name="phonegap-plugin-push" spec="~1.9.4">
<variable name="SENDER_ID" value="667898382143" />