From 48def1443af1bdd15e6ae5d609bc3c9981ecc87a Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Thu, 9 Apr 2015 14:19:23 -0700 Subject: [PATCH] CB-8797 - Splashscreen preferences FadeSplashScreenDuration and FadeSplashScreen (iOS) are missing --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index cf2cbd0..9df276c 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,25 @@ You can use the following preferences in your `config.xml`: + +### iOS Quirks + +- `FadeSplashScreen` (boolean, defaults to `true`): Set to `false` to + prevent the splash screen from fading in and out when its display + state changes. + + + +- `FadeSplashScreenDuration` (float, defaults to `2`): Specifies the + number of seconds for the splash screen fade effect to execute. + + + +- `ShowSplashScreenSpinner` (boolean, defaults to `true`): Set to `false` + to hide the splash-screen spinner. + + + ## splashscreen.hide Dismiss the splash screen.