You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Shawn Hall (JIRA)" <ji...@apache.org> on 2014/03/20 21:37:44 UTC

[jira] [Commented] (FLEX-33860) Support For iOS7 status bar

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

Shawn Hall commented on FLEX-33860:
-----------------------------------

Maurice,
This doesn't seem to work with skins. If you have a brand new mobile project and the only object in the HomeView is a list, with a custom skin (where other components are outside the scroller in the skin) then those components are seen in the status bar, i.e. the status bar is transparent. A common example of this is if you have a "Pull Down to Refresh" above a list, where once that list is pulled down, the label (or any component) is seen to alert the user that if they keep pulling the list down then it will be refreshed. Usage component is simply a label that would be just outside the spark scroller: 
<s:Label text="Pull down to refresh..." fontWeight="bold" fontSize="26"/>

> Support For iOS7 status bar
> ---------------------------
>
>                 Key: FLEX-33860
>                 URL: https://issues.apache.org/jira/browse/FLEX-33860
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Mobile: ActionBar
>    Affects Versions: Apache Flex 4.11.0
>         Environment: iOS 7
>            Reporter: Keith Lee
>            Assignee: Maurice Amsellem
>             Fix For: Apache Flex 4.12.0
>
>         Attachments: FIX_fullscreen_osversion_SWCs.zip
>
>
> iOS 7 now runs everything in full screen, with the status bar being transparent, so mobile Flex applications now need a 20px padding at the top in order for action bar text to not be obscured by the status bar text and symbols.
> TOBEFIXED: handle the case when  softkeyboardBehavior = "pan" and screen in scrolled for SKB
> FIXED: handled stage set to fullscreen (erquires AIR 4.0)



--
This message was sent by Atlassian JIRA
(v6.2#6252)