Add splash screen settings in config.xml

This commit is contained in:
Renato Gabriele 2017-03-18 18:02:15 +01:00
parent a14fb61d39
commit 788c868d8d

View file

@ -8,6 +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" />
<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://*/*" />
@ -29,6 +30,7 @@
<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" />
</plugin> </plugin>
<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" />
</widget> </widget>