You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/09/18 22:50:35 UTC

[jira] [Created] (CB-7596) [iOS 8] CDV_IsIPhone5() Macro needs to be updated because screen size is now orientation dependent

Shazron Abdullah created CB-7596:
------------------------------------

             Summary: [iOS 8] CDV_IsIPhone5() Macro needs to be updated because screen size is now orientation dependent
                 Key: CB-7596
                 URL: https://issues.apache.org/jira/browse/CB-7596
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
            Reporter: Shazron Abdullah
            Assignee: Shazron Abdullah
             Fix For: 3.7.0


UIScreen is now orientation dependent in iOS 8:
http://stackoverflow.com/questions/24150359/is-uiscreen-mainscreen-bounds-size-becoming-orientation-dependent-in-ios8

If phone is 320x480 (w x h) portrait
in iOS 7, the (w x h) in landscape is 320x480.
Now in iOS 8, the (w x h) in landscape is 480x320



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)