Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.7.0, 2.8.0, 3.0.0
-
ios7 ipad, app must only target iphone, not ipad
Description
IOS 7, target iphone, install on ipad, window height and width are of ipad, not the iphone.
See screen shot, the window height and width are 1080x768 and they should be the iphone size. This causes the window to overlap the iphone container screen.
This is only present in ios7, ios6 works fine.
Screenshot...
http://i.imgur.com/zIJNetJ.png
See window height and width calculations from $("body").height() and $("body").width()