From 7cb318727bf68fe957796629484ab7230b5fb74a Mon Sep 17 00:00:00 2001 From: MartijnW49 Date: Fri, 22 Sep 2017 18:23:14 +0200 Subject: [PATCH] Update readme This closes #116 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bcde930..86df319 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,7 @@ In your `config.xml`, you can add the following preferences: ```xml + ``` "SplashMaintainAspectRatio" preference is optional. If set to true, splash screen drawable is not stretched to fit screen, but instead simply "covers" the screen, like CSS "background-size:cover". This is very useful when splash screen images cannot be distorted in any way, for example when they contain scenery or text. This setting works best with images that have large margins (safe areas) that can be safely cropped on screens with different aspect ratios. @@ -444,6 +445,8 @@ The plugin reloads splash drawable whenever orientation changes, so you can spec "SplashShowOnlyFirstTime" preference is also optional and defaults to `true`. When set to `true` splash screen will only appear on application launch. However, if you plan to use `navigator.app.exitApp()` to close application and force splash screen appear on next launch, you should set this property to `false` (this also applies to closing the App with Back button). +"SplashScreenSpinnerColor" preference is also optional and is ignored when not set. Setting it to a valid color name or HEX color code will change the color of the spinner on Android 5.0+ devices. + ### Browser Quirks You can use the following preferences in your `config.xml`: