Jacob Weber created CB-11059:
--------------------------------

             Summary: Status bar overlay isn't wide enough
                 Key: CB-11059
                 URL: https://issues.apache.org/jira/browse/CB-11059
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin Statusbar
         Environment: cordova-ios 4.1.0
cordova-plugin-statusbar 2.1.2 (couldn't select this in JIRA's Version field)
            Reporter: Jacob Weber
         Attachments: screen1.png, screen2.png

Launch an app in portrait, open an in-app-browser, and rotate to landscape. The 
gray bar behind the status bar doesn't extend to the full width of the device 
(see screen shots).

This looks similar to an issue I reported in CB-10305.

Tested on iPhone 6 simulator with iOS 9.3 and iPad Air simulator with iOS 8.4.

Example config.xml:
{code}
    <engine name="ios" spec="4.1.0" />
    <engine name="android" spec="5.1.1" />
    <plugin name="cordova-plugin-whitelist" spec="1.2.1" />
    <plugin name="cordova-plugin-device" spec="1.1.1" />
    <plugin name="cordova-plugin-inappbrowser" spec="1.2.0" />
    <plugin name="cordova-plugin-statusbar" spec="2.1.2" />
    <preference name="StatusBarOverlaysWebView" value="false" />
    <preference name="StatusBarBackgroundColor" value="#000000" />
    <preference name="Orientation" value="all" />
{code}



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