[ 
https://issues.apache.org/jira/browse/CB-10752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15182086#comment-15182086
 ] 

ASF GitHub Bot commented on CB-10752:
-------------------------------------

GitHub user jcesarmobile opened a pull request:

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

    Fix for CB-10752 status bar overlays the webview on iOS 6 in some cases

    We don’t allow the statusbar to overlay the webview on iOS 6, but in
    some cases it happens. This changes avoid it.

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

    $ git pull https://github.com/jcesarmobile/cordova-plugin-statusbar 
CB-10752-ios-statusbar

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

    https://github.com/apache/cordova-plugin-statusbar/pull/50.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 #50
    
----
commit 7ca35522242c1fa73b4e3e7b33b804c121e14194
Author: Julio César <jcesarmob...@gmail.com>
Date:   2016-03-06T10:55:49Z

    Fix for CB-10752 status bar overlays the webview on iOS 6 in some cases
    
    We don’t allow the statusbar to overlay the webview on iOS 6, but in
    some cases it happens. This changes avoid it.

----


> ios 6 lost 20px in the statusbar when rotate the device (portrait mode)
> -----------------------------------------------------------------------
>
>                 Key: CB-10752
>                 URL: https://issues.apache.org/jira/browse/CB-10752
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Statusbar
>    Affects Versions: 2.1.0
>         Environment: phone 3gs, ios 6
>            Reporter: Jorge Chávez
>            Assignee: jcesarmobile
>            Priority: Minor
>
> when the app its fixed on portrait and you rotate the device lost the 20px in 
> the top and the webview stay under the statusbar. this bug its just in ios 6
> It happens to if you execute  location.reload();
> <preference name="orientation" value="portrait" />
> <preference name="StatusBarOverlaysWebView" value="true" />
> <gap:plugin name="cordova-plugin-statusbar" source="npm" version="2.1.1" />
> StatusBar.show();



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to