You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2017/07/11 08:57:33 UTC

[6/6] cordova-plugin-splashscreen git commit: CB-11487 (browser) Documented AutoHideSplashScreen for browser this closes #107

CB-11487 (browser) Documented AutoHideSplashScreen for browser
this closes #107


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/7735ae05
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/7735ae05
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/7735ae05

Branch: refs/heads/master
Commit: 7735ae0598c3299050b72a9245dc2a9e949a1368
Parents: b0e1157
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Jul 11 11:55:26 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Jul 11 11:56:02 2017 +0300

----------------------------------------------------------------------
 README.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/7735ae05/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 367844a..bcde930 100644
--- a/README.md
+++ b/README.md
@@ -451,6 +451,7 @@ You can use the following preferences in your `config.xml`:
 ```xml
 <platform name="browser">
     <preference name="SplashScreen" value="/images/browser/splashscreen.jpg" /> <!-- defaults to "/img/logo.png" -->
+    <preference name="AutoHideSplashScreen" value="true" /> <!-- defaults to "true" -->
     <preference name="SplashScreenDelay" value="3000" /> <!-- defaults to "3000" -->
     <preference name="SplashScreenBackgroundColor" value="green" /> <!-- defaults to "#464646" -->
     <preference name="ShowSplashScreen" value="false" /> <!-- defaults to "true" -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org