You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (Jira)" <ji...@apache.org> on 2022/06/07 00:08:00 UTC

[jira] [Closed] (CB-12214) backgroundColor property in Config.xml not supported on OSX

     [ https://issues.apache.org/jira/browse/CB-12214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-12214.
-----------------------------
    Resolution: Won't Do

closing as won't do since the cordova-osx platform is now deprecated 

> 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: cordova-osx
>            Reporter: Marek Trabalka
>            Priority: Major
>              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
(v8.20.7#820007)

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