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

Stephen Reid edited comment on CB-3184 at 4/23/13 2:57 PM:
-----------------------------------------------------------

I worked around the status bar by removing the "height=device-height" in my 
index.html
Device-height is being discovered by a media query (not JS).

Might be the same issue:
http://stackoverflow.com/questions/11804428/jquery-mobile-height-issue-for-iphone-web-app-assumes-page-height-of-480-instea

I believe that this is fixed as the newest versions of cordova do not include a 
device-height.
                
      was (Author: stephenreid):
    I worked around the status bar by removing the "height=device-height" in my 
index.html
Device-height is being discovered by a media query (not JS).

Might be the same issue:
http://stackoverflow.com/questions/11804428/jquery-mobile-height-issue-for-iphone-web-app-assumes-page-height-of-480-instea
                  
> UIWindow height in iOS - too tall
> ---------------------------------
>
>                 Key: CB-3184
>                 URL: https://issues.apache.org/jira/browse/CB-3184
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.6.0
>            Reporter: Lucas Gunn
>            Assignee: Shazron Abdullah
>            Priority: Minor
>              Labels: newbie
>         Attachments: IMG_0008.PNG
>
>
> I'm developing a full screen app, where scrolling is handled internally on 
> container elements, not the body element. 
> As such, rather than try a heavy javascript solution, I thought to try the 
> "DisallowOverscroll" preference as true. This disables the bouncy overscroll 
> perfectly, except that the height of the UIWebView seems to not be taking the 
> status bar in to account.
> See screen grab

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to