[ 
https://issues.apache.org/jira/browse/CB-10752?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jcesarmobile updated CB-10752:
------------------------------
    Description: 
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();

  was:
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

<preference name="orientation" value="portrait" />
<preference name="StatusBarOverlaysWebView" value="true" />
<gap:plugin name="cordova-plugin-statusbar" source="npm" version="2.1.1" />

StatusBar.show();


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to