Shingo Toda created CB-8010:
-------------------------------

             Summary: Statusbar colour does not change to orange
                 Key: CB-8010
                 URL: https://issues.apache.org/jira/browse/CB-8010
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS, Plugin Statusbar
    Affects Versions: 3.6.0
         Environment: iOS7,8, physical/simulated environment
            Reporter: Shingo Toda
            Priority: Minor


Calling {{StatusBar.backgroundColorByName('orange');}} does not change status 
colour to orange but to black.

The reason is in {{statusbar.js}}, "orange" property is defined with double # 
like {{"##FFA500"}}

{code:title=statusbar.js}
    "orange": "##FFA500",
{code}

After taking out one #, status bar colour changed to orange as expected.



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