You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/15 00:52:36 UTC

[2/8] git commit: [CB-4374] Settings ShowSplashScreenSpinner and AutoHideSplashScreen in config.xml no longer work on iOS platform

[CB-4374] Settings ShowSplashScreenSpinner and AutoHideSplashScreen in config.xml no longer work on iOS platform


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/c156fe53
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/c156fe53
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/c156fe53

Branch: refs/heads/dev
Commit: c156fe537ae76d660cacb242bf5b480f072d3a01
Parents: 33f353d
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Jul 26 12:03:07 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Jul 26 12:03:07 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/c156fe53/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a31b265..7c0b093 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -25,6 +25,7 @@
         <config-file target="config.xml" parent="/*">
 		    <feature name="SplashScreen">
 			    <param name="ios-package" value="CDVSplashScreen"/>
+			    <param name="onload" value="true"/>
 		    </feature>
         </config-file>