Updated Branches: refs/heads/master 33f353d2e -> c156fe537
[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/master Commit: c156fe537ae76d660cacb242bf5b480f072d3a01 Parents: 33f353d Author: Shazron Abdullah <[email protected]> Authored: Fri Jul 26 12:03:07 2013 -0700 Committer: Shazron Abdullah <[email protected]> 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>
