CB-8797 - Splashscreen preferences FadeSplashScreenDuration and FadeSplashScreen (iOS) are missing
This commit is contained in:
parent
559b300d29
commit
48def1443a
19
README.md
19
README.md
@ -73,6 +73,25 @@ You can use the following preferences in your `config.xml`:
|
|||||||
<preference name="SplashScreenHeight" value="300" /> <!-- defaults to "200" -->
|
<preference name="SplashScreenHeight" value="300" /> <!-- defaults to "200" -->
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
|
|
||||||
|
### 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.
|
||||||
|
|
||||||
|
<preference name="FadeSplashScreen" value="false"/>
|
||||||
|
|
||||||
|
- `FadeSplashScreenDuration` (float, defaults to `2`): Specifies the
|
||||||
|
number of seconds for the splash screen fade effect to execute.
|
||||||
|
|
||||||
|
<preference name="FadeSplashScreenDuration" value="4"/>
|
||||||
|
|
||||||
|
- `ShowSplashScreenSpinner` (boolean, defaults to `true`): Set to `false`
|
||||||
|
to hide the splash-screen spinner.
|
||||||
|
|
||||||
|
<preference name="ShowSplashScreenSpinner" value="false"/>
|
||||||
|
|
||||||
## splashscreen.hide
|
## splashscreen.hide
|
||||||
|
|
||||||
Dismiss the splash screen.
|
Dismiss the splash screen.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user