[
https://issues.apache.org/jira/browse/CB-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13836639#comment-13836639
]
Andrew H commented on CB-5314:
------------------------------
Besides just using Safari to inspect my body tag and see that the computed with
was too large, I also did the following test: In the initialization routine, I
set self.startPage=@"http://ryanve.com/lab/dimensions/". That site uses
several methods to check the screen width and display them. All of the methods
report a screen width of 1216, and even that site renders partially off-screen
inside of Cordova.
> View Bounds incorrect for iOS7 on iPad Simulator
> ------------------------------------------------
>
> Key: CB-5314
> URL: https://issues.apache.org/jira/browse/CB-5314
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 3.1.0
> Reporter: Andrew H
> Fix For: 3.3.0
>
>
> When running my project (recently ported to cordova 3.1), the view boundary
> in the ipad simulator is reported to be 1216x1568 instead of 768x1024 when I
> target iOS 7. This causes my html to render off of the screen.
> I was able to correct by setting webView.frame dimensions equal to the
> mainScreen bounds in the viewWillAppear event handler in my
> MainViewController. However, I feel that this is a hack that may be
> overriding work that cordova is doing behind the scenes.
> I am not able to test on a physical device.
--
This message was sent by Atlassian JIRA
(v6.1#6144)