On iOS 7, Phonegap 3.1 or 3.2, every time the inAppBrowser opens, despite setting my Device Orientation to Portrait, that rule is overridden by the inAppBrowser and page rotates to Landscape if device is rotated to Landscape.
How can I set the inAppBrowser to only open in Portrait mode (or only in Landscape mode)?
The reason why I'm requesting this, is because, if my App is in Portrait mode and I open a web page through the inAppBrowser and rotate the phone to Landscape Orientation and then press the Done Button, my App returns to Portrait mode, but looks completely messed up. So this is definitely a bug (I suppose).
Hope someone can help me out with this issue, cause I've been struggling quite a few hours without success.