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

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

    [ https://issues.apache.org/jira/browse/CB-7596?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14139492#comment-14139492 ] 

ASF GitHub Bot commented on CB-7596:
------------------------------------

Github user shazron commented on the pull request:

    https://github.com/apache/cordova-ios/pull/105#issuecomment-56101072
  
    Ouch, yeah this resulted in a bug for the statusbar plugin as well for landscape (fixed) :/
    Filed https://issues.apache.org/jira/browse/CB-7596


> [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)