Added splash preferences
This commit is contained in:
parent
14ee570a7b
commit
a2e9a76adf
1 changed files with 9 additions and 6 deletions
15
config.xml
15
config.xml
|
@ -8,8 +8,9 @@
|
|||
hacklabbo.indivia.net - digitigrafo.it
|
||||
</author>
|
||||
<content src="index.html" />
|
||||
<preference name = "SplashScreen" value = "res/splashscreen.png" />
|
||||
<preference name="SplashScreenDelay" value="5000" />
|
||||
<preference name = "SplashScreen" value = "splashscreen" />
|
||||
<preference name="SplashScreenDelay" value="10000" />
|
||||
<preference name="AutoHideSplashScreen" value="false" />
|
||||
<plugin name="cordova-plugin-whitelist" spec="1" />
|
||||
<access origin="*" />
|
||||
<allow-intent href="http://*/*" />
|
||||
|
@ -20,15 +21,17 @@
|
|||
<allow-intent href="geo:*" />
|
||||
<platform name="android">
|
||||
<allow-intent href="market:*" />
|
||||
<icon src="res/icon.png" />
|
||||
<splash src="res/splashscreen.png" />
|
||||
<preference name="AutoHideSplashScreen" value="false" />
|
||||
<preference name = "SplashScreen" value = "splashscreen" />
|
||||
<preference name="SplashScreenDelay" value="10000" />
|
||||
<preference name="SplashMaintainAspectRatio" value="true" />
|
||||
</platform>
|
||||
<platform name="ios">
|
||||
<allow-intent href="itms:*" />
|
||||
<allow-intent href="itms-apps:*" />
|
||||
</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" />
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in a new issue