Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
cordova-ios 4.5.0
-
None
-
None
Description
I have an app which hides the statusbar. And the InAppBrowser does neither have a toolbar nor a location. Everything is perfect, until I rotate the device from portrait to landscape mode. Then I see in the upper left corner a tray rectangle.
The debugger tells me that this is the UIToolbar, which has now a size of 256x20 (on my iPad 2). If I rotate the device back to portrait, the UIToolbar has a size of (0x20) which means it is invisible.
I prepared a sample illustrating the problem: https://github.com/Ritzlgrmft/ionic-inappbrowser-demo.
Attachments
Attachments
Issue Links
- duplicates
-
CB-13583 Gray bar in status area when using inappbrowser
- Closed