GitHub user twomz opened a pull request:

    https://github.com/apache/cordova-plugin-statusbar/pull/15

    ios 8 landscape issue

    When starting an app in landscape mode in ios 8 and then calling 
StatusBar.overlaysWebView(false), the screen would be pushed down all the way.  
Changing the orientation did not fix the issue, leaving the page pushed down 
the width of the device.
    
    We found that excluding the changes above in ios 8 fixed the issue, 
although it's possible that this is hiding a landscape orientation bug in ios 8 
that may get fixed later.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/twomz/cordova-plugin-statusbar patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-statusbar/pull/15.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 #15
    
----
commit 0151e4f2f69a4507845512f14ea7f0bbdfb543b2
Author: twomz <williamsja...@gmail.com>
Date:   2014-09-15T21:19:20Z

    ios 8 landscape issue
    
    When starting an app in landscape mode in ios 8 and then calling 
StatusBar.overlaysWebView(false), the screen would be pushed down all the way.  
Changing the orientation did not fix the issue, leaving the page pushed down 
the width of the device.
    
    We found that excluding the changes above in ios 8 fixed the issue, 
although it's possible that this is hiding a landscape orientation bug in ios 8 
that may get fixed later.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to