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

    https://github.com/apache/cordova-docs/pull/466#discussion_r51001854
  
    --- Diff: www/docs/en/dev/config_ref/index.md ---
    @@ -167,6 +167,17 @@ all of them:
     
             <preference name="BackgroundColor" value="0xff0000ff"/>
     
    +  Applies to Windows.
    +  
    +- CSS Color names are also supported:
    +
    +```
    +<platform name="windows">
    +    <preference name="BackgroundColor" value="turquoise"/>
    +</platform>
    +```
    +  __NOTE__: `transparent` value will cause black/white background color in 
case of Dark/Light theme accordingly.
    +
       Applies to Android and BlackBerry. Overrides CSS otherwise available
    --- End diff --
    
    @nikhilkh, Actually I believe the phrase `Applies to Android and 
BlackBerry. Overrides CSS otherwise available across _all_ platforms, for 
example: `body{background-color:blue}`.` says about page style taken from 
`BackgroundColor` preference, which is not supported on Windows.
    I will update `Applies to Windows.` to `Windows Quirk` to avoid confusing 
with the rest of the doc though.


---
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