Compare commits

..

No commits in common. "e9250b9e3e018fe0b31bec64728148a878860595" and "c6a4f465d7d5b52c2e06ac742b35d8c0cac2d351" have entirely different histories.

View file

@ -8,11 +8,9 @@
hacklabbo.indivia.net - digitigrafo.it
</author>
<content src="index.html" />
<preference name = "SplashScreen" value = "res/splashscreen.png" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="AutoHideSplashScreen" value="false" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
@ -24,7 +22,6 @@
<platform name="android">
<allow-intent href = "market:*" />
<icon src = "res/icon.png" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name = "SplashScreen" value = "res/splashscreen.png" />
<splash src = "res/splashscreen.png" />
<preference name = "AutoHideSplashScreen" value="false" />
@ -44,6 +41,5 @@
<plugin name="cordova-sqlite-storage" spec="~2.0.2" />
<plugin name="cordova-plugin-media" spec="~3.0.0" />
<plugin name="cordova-plugin-splashscreen" />
</widget>