mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-06-09 00:00:05 +08:00
CB-11487 (browser) Documented AutoHideSplashScreen for browser
this closes #107
This commit is contained in:
@@ -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" -->
|
||||
|
||||
Reference in New Issue
Block a user