[
https://issues.apache.org/jira/browse/CB-5314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13817060#comment-13817060
]
Andrew H commented on CB-5314:
------------------------------
I was aware of both of those issues. CB-4323 isn't exactly my problem since
I'm targeting ipad and simulating on ipad. I also had changed my meta tag, but
that didn't change anything.
The curious thing is that the dimensions of 1216x1568 was discovered by
breakpointing in XCode and looking at [self.webView bounds], javascript on the
page reports screen dimensions of 768x1024, and the <body> tag when inspected
with safari reports a width of 1216.
I stripped my index page down to just a single div with a border with no css or
js includes and I still get this strange behavior.
Installed plugins:
org.apache.cordova.console
org.apache.cordova.device
org.apache.cordova.network-information
org.apache.cordova.statusbar
> 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.2.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)