diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-29 20:49:55 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-29 20:49:55 -0400 |
| commit | a6b7582785a396f059be7e901b56845477140558 (patch) | |
| tree | f67fcac7e21e4426743d95060326fdb7350ac353 /config.xml | |
| parent | 806142bbcffad1d8056c7d4710be4277df8f04fb (diff) | |
switched back to cordovahidesplashscreen to take control of splash and remove white screen
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<widget id="com.pliablepixels.zmninja" version="0.66" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="com.pliablepixels.zmninja" version="0.67" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>zmNinja</name> <description> High performance ZoneMinder client @@ -15,7 +15,8 @@ <preference name="UIWebViewBounce" value="false"/> <preference name="DisallowOverscroll" value="true"/> <preference name="BackupWebStorage" value="none"/> - <preference name="AutoHideSplashScreen" value="true"/> + <preference name="AutoHideSplashScreen" value="false"/> + <preference name="ShowSplashScreenSpinner" value="false"/> <preference name="SplashScreen" value="screen"/> <preference name="deployment-target" value="7.0"/> <preference name="SplashScreenDelay" value="3000"/> |
