GitHub user Barryrowe opened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/59
Hide status bar in iOS 7 with option
This minor change allows you to use an option "hidestatusbar=yes" to hide
the status bar in IOS 7. It implements the perferStatusBarHidden method. It
defaults to NO, so that functionality does not change.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Barryrowe/cordova-plugin-inappbrowser
hide-status-bar
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-inappbrowser/pull/59.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #59
----
commit bd925e0366b70970c02b00fbfe13574448180329
Author: Barryrowe <[email protected]>
Date: 2014-08-07T14:40:42Z
Adding prefersStatusBarHidden method to view
Adding this method to see if it will work for our purposes.
commit 4715f28390cde890d137a91feb3f22020b12178b
Author: Barryrowe <[email protected]>
Date: 2014-08-07T16:10:55Z
Support property hidestatusbar to hide status bar
This adds support for hiding the status bar as an option passed to
the view. This is the iOS 7 way of hiding the status bar.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---