Github user SunboX commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-splashscreen/pull/76#discussion_r50958608
  
    --- Diff: README.md ---
    @@ -123,13 +123,26 @@ window.setTimeout(function () {
     }, splashDuration - fadeDuration);
     ```
     
    -### iOS Quirks
    +### iOS and Windows Quirks
     
     - `ShowSplashScreenSpinner` (boolean, defaults to `true`): Set to `false`
       to hide the splash-screen spinner.
     
             <preference name="ShowSplashScreenSpinner" value="false"/>
     
    +### Windows Quirks
    +
    +- `SplashScreenSpinnerColor` (string, defaults to system accent color): 
hash, rgb notation or CSS color name.
    +
    +        <preference name="SplashScreenSpinnerColor" value="#242424"/>
    +        <preference name="SplashScreenSpinnerColor" value="DarkRed"/>
    +        <preference name="SplashScreenSpinnerColor" 
value="rgb(50,128,128)"/>
    +
    +- `SplashScreenBackgroundColor` (string, defaults to #464646): hex 
notation.
    +
    +        <preference name="SplashScreenBackgroundColor" value="0xFFFFFFFF"/>
    +
    +
    --- End diff --
    
    Shouldn't it be mentioned to add "Scale 100", "Scale 140" and "Scale 180" 
images? (620 x 300 px, 868 x 420 px and 1116 x 540 px, 
https://msdn.microsoft.com/en-us/library/windows/apps/mt187306.aspx)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to