device-height we should definitely remove. I think there were previous discussions about how that messes up apps.
device-width I'd be a bit worried about it introducing horizontal scrolling, so we should be sure to test on all platforms. I'd also think target-densitydpi we'd want removed. It's pretty much never useful to use device pixels on retina devices. On Fri, Sep 13, 2013 at 2:13 PM, Shazron <[email protected]> wrote: > issue: https://issues.apache.org/jira/browse/CB-4323 > > I think it's an Apple bug because it appears if you have an iPhone app in > an iPad, it thinks device-width and device-height is the dimensions of the > iPad, when it is supposed to be iPhone sized. > > An option is removing the width and height attributes from the > app-hello-world template since it doesn't appear to affect the layout on > anything if removed (but fixes this alleged Apple bug) - but if it's an > Apple bug, I think just a note in the HTML or some other doc will suffice >
