Modifica splash screen
This commit is contained in:
parent
ba953afde9
commit
e81e7123e0
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue