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 hacklabbo.indivia.net - digitigrafo.it
</author> </author>
<content src="index.html" /> <content src="index.html" />
<preference name = "SplashScreen" value = "splashscreen" /> <preference name = "SplashScreen" value = "res/splashscreen.png" />
<splash src="res/splashscreen.png" />
<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://*/*" />
@ -27,6 +26,7 @@
</platform> </platform>
<platform name="android"> <platform name="android">
<icon src="res/icon.png" /> <icon src="res/icon.png" />
<splash src="res/splashscreen.png" />
</platform> </platform>
<plugin name="phonegap-plugin-push" spec="~1.9.4"> <plugin name="phonegap-plugin-push" spec="~1.9.4">
<variable name="SENDER_ID" value="667898382143" /> <variable name="SENDER_ID" value="667898382143" />