diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-31 09:21:51 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-31 09:21:51 -0400 |
| commit | f53cb76ed1f89607bb8f8c261fa771d733d04b3f (patch) | |
| tree | 43d2fb4f5882ab78c7dff5f4616c2df0829077b1 /config.xml | |
| parent | a6b7582785a396f059be7e901b56845477140558 (diff) | |
modified image access to route through index.php and fixed cookie intercept and insert
Diffstat (limited to 'config.xml')
| -rw-r--r-- | config.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |
