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

Kerri Shotts commented on CB-12214:
-----------------------------------

I don't see how your code supports the backgroundColor property -- it's just 
setting the window's background color to transparent. Am I missing something 
here? (quite possible; not a cordova-osx expert)

> backgroundColor property in Config.xml not supported on OSX
> -----------------------------------------------------------
>
>                 Key: CB-12214
>                 URL: https://issues.apache.org/jira/browse/CB-12214
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: OSX
>            Reporter: Marek Trabalka
>              Labels: osx
>
> It seems to be quite easy to add the support. I've been able to make the 
> window background transparent by replacing line
>     self.window.backgroundColor = [NSColor blackColor];
> in CDVViewController.m file with these 2 lines
>     self.window.backgroundColor = NSColor.clearColor;
>     self.window.opaque = false;
> Would you please add this feature for OSX?



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

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

Reply via email to