Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-12214

backgroundColor property in Config.xml not supported on OSX

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Do
    • None
    • None
    • cordova-osx

    Description

      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?

      Attachments

        Activity

          People

            Unassigned Unassigned
            trabalka Marek Trabalka
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: