We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e1157 commit 7735ae0Copy full SHA for 7735ae0
README.md
@@ -451,6 +451,7 @@ You can use the following preferences in your `config.xml`:
451
```xml
452
<platform name="browser">
453
<preference name="SplashScreen" value="/images/browser/splashscreen.jpg" /> <!-- defaults to "/img/logo.png" -->
454
+ <preference name="AutoHideSplashScreen" value="true" /> <!-- defaults to "true" -->
455
<preference name="SplashScreenDelay" value="3000" /> <!-- defaults to "3000" -->
456
<preference name="SplashScreenBackgroundColor" value="green" /> <!-- defaults to "#464646" -->
457
<preference name="ShowSplashScreen" value="false" /> <!-- defaults to "true" -->
0 commit comments