[
https://issues.apache.org/jira/browse/CB-10305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132447#comment-15132447
]
ASF subversion and git services commented on CB-10305:
------------------------------------------------------
Commit 80c8e56fb08979582a1dd31788607f35be635a48 in
cordova-plugin-inappbrowser's branch refs/heads/master from [~jcesarmobile]
[
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=80c8e56
]
CB-10305 Gray bar appears in the wrong place on iOS
This closes #137
> Gray bar appears in the wrong place on iOS
> ------------------------------------------
>
> Key: CB-10305
> URL: https://issues.apache.org/jira/browse/CB-10305
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin InAppBrowser
> Affects Versions: 3.9.0
> Reporter: Jacob Weber
> Assignee: jcesarmobile
> Labels: Triaged, iOS
> Attachments: CordovaTest.zip, screen-1.png, screen-2.png, screen-3.png
>
>
> I'm seeing several issues on iOS with the gray semi-transparent overlay that
> appears behind the status bar, when the InAppBrowser window is open.
> On Mac OS 10.11.2, create a project as follows (or use the attached
> CordovaTest project):
> {code}
> cordova --version # prints 5.3.3
> cordova create CordovaTest com.jacobweber.cordovatest CordovaTest
> cd CordovaTest
> cordova platform add ios
> cordova plugin add cordova-plugin-inappbrowser
> platforms/ios/cordova/version # prints 3.9.2
> {code}
> Edit {{platforms/ios/www/js/index.js}}, and add the following code at the end
> of {{onDeviceReady}}:
> {code}
> setTimeout(function(){
> window.open("https://www.google.com", "_blank");
> }, 1000);
> {code}
> In Xcode, go to General > Deployment Info > iPad > Device Orientation, and
> check all boxes.
> h4. Issue 1:
> * Open the Xcode project on Mac OS 10.11.2 using Xcode 7.2.
> * Launch on iPad Air simulator with iOS 9.2.
> * Launch in portrait, and wait for the window to open. Rotate to landscape.
> The gray status bar doesn't extend all the way to the right. See screen-1.png.
> h4. Issue 2:
> * Open the Xcode project on Mac OS 10.10 using Xcode 6.2 (since El Capitan
> can't launch an iOS 7 simulator).
> * Launch on iPad Air simulator with iOS 7.1.
> * Launch in landscape, and wait for the window to open. The gray status bar
> appears on the left side. Rotate to portrait. The gray status bar is still on
> the left. See screen-2.png.
> h4. Issue 3:
> * Keep the iOS 7.1 simulator open. Launch a second time in landscape, and
> wait for the window to open. Some of the time, the gray status bar appears
> vertically in the middle of the screen. See screen-3.png.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]