[ 
https://issues.apache.org/jira/browse/CB-8056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119007#comment-15119007
 ] 

ASF GitHub Bot commented on CB-8056:
------------------------------------

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

    
https://github.com/apache/cordova-plugin-splashscreen/pull/76#discussion_r50966450
  
    --- 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 --
    
    @SunboX, thanks, there is a separate issue for that: 
https://issues.apache.org/jira/browse/CB-9287


> Implement splashscreen for Windows platform
> -------------------------------------------
>
>                 Key: CB-8056
>                 URL: https://issues.apache.org/jira/browse/CB-8056
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin SplashScreen, Windows
>    Affects Versions: 3.6.0
>            Reporter: Doug Estey
>            Assignee: Sergey Shakhnazarov
>              Labels: reproduced, triaged, windows
>
> {code:title=config.xml|borderStyle=solid}
> <preference name="SplashScreen" value="splash"/>
> <preference name="SplashScreenDelay" value="10000" />
> <preference name="AutoHideSplashScreen" value="false" />
> {code}
> This has no effect on the cordova-windows platform. Splash screen autohides 
> after <1000ms.
> Tested on WP 8.1.
> Let me know if there's any other information I can provide. The documentation 
> for splash screens on 8.1 seems to be somewhat lacking, so I may have missed 
> something somewhere.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to