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 2013/09/27 00:08:03 UTC

[jira] [Commented] (CB-4930) InAppBrowser should hide/unhide status bar

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

Shazron Abdullah commented on CB-4930:
--------------------------------------

Requirements:
1. User needs "View controller-based status bar appearance" preference set to NO in their app's Info.plist
2. Use "[[UIApplication sharedApplication] setStatusBarHidden:NO];" (or YES, of course)
3. Use "[UIApplication sharedApplication].statusBarHidden" (or YES, of course)
                
> InAppBrowser should hide/unhide status bar
> ------------------------------------------
>
>                 Key: CB-4930
>                 URL: https://issues.apache.org/jira/browse/CB-4930
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS, Plugin InAppBrowser
>    Affects Versions: 3.0.0
>            Reporter: Shazron Abdullah
>              Labels: ios7
>             Fix For: 3.2.0
>
>
> Right now, the status bar overlaps the IAB at the top.
> Hide the status bar when on iOS 7, unhide (if it was hidden by the user in the first place for the app only) when it is closed.
> Workaround for now - I suppose you could inject some css to have a body margin-top of 20px (or a different value if it is landscape - yeah it could get messy)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira