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

Shazron Abdullah commented on CB-4712:
--------------------------------------

Does the app still scroll, or is it fixed? I think the WebView is resized 
correctly, but then the content does not know about it.

You would have to do:
{code}
window.addEventListener('resize', function(event){
  // adjust your CSS here
});
{code}

> iOS 7: Webview pushed down when app is launched and call is engaged
> -------------------------------------------------------------------
>
>                 Key: CB-4712
>                 URL: https://issues.apache.org/jira/browse/CB-4712
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>         Environment: Latest iOS7 Beta
>            Reporter: Jason Rosenbaum
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 3.1.0
>
>
> When a call is engaged on an iPhone running iOS 7 beta and a cordova app is 
> launched, the webview is pushed down to make room for half of the 
> double-height status bar (the bottom half normally runs into the app, as is 
> the new standard for iOS7).
> See screenshot: http://imgur.com/3Gs5nXk



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to