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

Terence Bandoian edited comment on CB-13641 at 12/6/17 5:46 PM:
----------------------------------------------------------------

Here's the link:

https://github.com/apache/cordova-windows/blob/master/cordova-js-src/splashscreen.js#L73

I may have submitted the issue for the wrong project.

On Windows, the plugin isn't used and the splash screen is handled as a proxy.

Also, the splash screen on Windows covers the entire application window, 
including the title bar, with the background color.  In some cases, allowing 
the current Windows accent color to be displayed may be more preferable than a 
fixed color.  This would still allow for a splash image to be displayed in the 
center of the window.


was (Author: tbandoian):
Here's the link:

https://github.com/apache/cordova-windows/blob/master/cordova-js-src/splashscreen.js#L73

I may have submitted the issue for the wrong project.

On Windows, the plugin isn't used and the splash screen is handled as a proxy.

> Splash screen on Windows does not allow for transparent background color.
> -------------------------------------------------------------------------
>
>                 Key: CB-13641
>                 URL: https://issues.apache.org/jira/browse/CB-13641
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-js
>    Affects Versions: [email protected]
>         Environment: Windows 10.
>            Reporter: Terence Bandoian
>            Priority: Trivial
>              Labels: newbie
>             Fix For: Master
>
>
> The splash screen background color defaults to #464646.  In cordova.js, the 
> background color is expected to be a hex value and values longer than seven 
> characters are spliced to remove the alpha channel.  The configured value 
> could be checked for the value 'transparent' and, in that case, not spliced.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to