GitHub user orenagiv opened a pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/49
Fix for StatusBar after in-app-browser is opened
Moved the "_previousStatusBarStyle = -1" to after the "if
(IsAtLeastiOSVersion(@"7.0")) {"
since otherwise - The StatusBar disappears on iOS7 after opening the
in-app-browser.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/paragon-creations/cordova-plugin-inappbrowser
master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-inappbrowser/pull/49.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 #49
----
commit 4e8c3375052bfe6e1c0224baadd760e654d47848
Author: Oren Agiv <[email protected]>
Date: 2014-06-15T07:17:32Z
Update CDVInAppBrowser.m
Moved the "_previousStatusBarStyle = -1" to after the "if
(IsAtLeastiOSVersion(@"7.0")) {"
since otherwise - The StatusBar disappears on iOS7 after opening the
in-app-browser.
----
---
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.
---