You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2016/03/05 17:58:40 UTC

[jira] [Closed] (CB-10796) In-call status bar causes content to shift down (as expected) then jump up again

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

jcesarmobile closed CB-10796.
-----------------------------
    Resolution: Not A Problem

The expected behaviour is that the statusbar partially covers the webview because the default value of StatusBarOverlaysWebView is true

{quote}
StatusBarOverlaysWebView (boolean, defaults to true). On iOS 7, make the statusbar overlay or not overlay the WebView at startup.
{quote}

If you don't want the statusbar to cover your app you should add this line to your config.xml 

{code}
<preference name="StatusBarOverlaysWebView" value="false" />
{code}



> In-call status bar causes content to shift down (as expected) then jump up again
> --------------------------------------------------------------------------------
>
>                 Key: CB-10796
>                 URL: https://issues.apache.org/jira/browse/CB-10796
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Statusbar
>    Affects Versions: 3.8.0
>            Reporter: Martin Baker
>              Labels: ios
>         Attachments: statusbar-jump.m4v
>
>
> Issue happens with 2.0.0, 2.1.0 and 2.1.1 but works correctly in 1.0.1
> Create a new Cordova project. Add statusbar, device and console plugins.
> Run in iOS simulator and press Command-Y to toggle the enlarged "in-call status bar".
> The page content slides down as expected but then immediately jumps back up, so it is partially covered by the status bar.
> See attached screen capture.



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

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