summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-31 09:21:51 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-31 09:21:51 -0400
commitf53cb76ed1f89607bb8f8c261fa771d733d04b3f (patch)
tree43d2fb4f5882ab78c7dff5f4616c2df0829077b1 /config.xml
parenta6b7582785a396f059be7e901b56845477140558 (diff)
modified image access to route through index.php and fixed cookie intercept and insert
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.xml b/config.xml
index ac9d301c..dadbc7d0 100644
--- a/config.xml
+++ b/config.xml
@@ -15,11 +15,12 @@
<preference name="UIWebViewBounce" value="false"/>
<preference name="DisallowOverscroll" value="true"/>
<preference name="BackupWebStorage" value="none"/>
- <preference name="AutoHideSplashScreen" value="false"/>
+ <preference name="AutoHideSplashScreen" value="true"/>
<preference name="ShowSplashScreenSpinner" value="false"/>
<preference name="SplashScreen" value="screen"/>
<preference name="deployment-target" value="7.0"/>
- <preference name="SplashScreenDelay" value="3000"/>
+ <preference name="SplashScreenDelay" value="2000"/>
+ <preference name="SplashMaintainAspectRatio" value="true" />
<feature name="StatusBar">
<param name="ios-package" value="CDVStatusBar" onload="true"/>
</feature>