[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843720#comment-13843720 ] Shazron Abdullah commented on CB-4918: -- [~bnma] cordova plugin add org.apache.cordova.statusbar > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugins >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > Labels: statusbar-plugin > Fix For: 3.2.0 > > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1.4#6159)
[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13839919#comment-13839919 ] Amine Belabbes Nabi commented on CB-4918: - Can anyone please tell me how to install the StatusBar plugin on phonegap 3.1 using command line? Maybe with npm? -Thanks a lot! > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugins >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > Labels: statusbar-plugin > Fix For: 3.2.0 > > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13826046#comment-13826046 ] Shazron Abdullah commented on CB-4918: -- [~tjduavis] and [~chrisl] please see CB-5431 > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugins >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > Labels: statusbar-plugin > Fix For: 3.2.0 > > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824406#comment-13824406 ] Morten Mathiasen commented on CB-4918: -- To support that you can use the entire screen for your app content, the status bar needs to be hidden. Otherwise, you will have to design the UI content to avoid using the top area of the screen. That is waste of valuable screen space, especially on platforms, e.g. android, that don't show a status bar. It is a quite easy fix to hide the status bar on iOS 7 too, e.g. from info-plist: + UIViewControllerBasedStatusBarAppearance + Hiding the status bar must be the right solution for Cordova/PhoneGap that provides a cross browser solution, that should make it possible to design one UI and run it on more platforms. > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugins >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > Labels: statusbar-plugin > Fix For: 3.2.0 > > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13808063#comment-13808063 ] Chris Lloyd commented on CB-4918: - I've also seen the issue where the statusbar plugin does not support the App launched in landscape mode - where the size/orientation of the viewport appears to become weirdly corrupted, but if you rotate from an initially portrait launch it works great? If that's also what you see I'll open an Issue in Labs. > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13804474#comment-13804474 ] Timothy Joseph Duavis commented on CB-4918: --- The statusbar plugin does not seem to support when the App first starts in landscape mode. Can you confirm if this is a known bug? > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794405#comment-13794405 ] Shazron Abdullah commented on CB-4918: -- Plugin to 'fix' this: https://github.com/apache/cordova-labs/tree/plugins/statusbar > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13782197#comment-13782197 ] Shazron Abdullah commented on CB-4918: -- As you have seen the recommended 'fix' is to adjust for it: https://gist.github.com/shazron/6602131 In my opinion (and thus, the project's since I am an iOS maintainer), you shouldn't hide the status bar. I believe the intent for iOS 7 is for the status bar to "reflect" the underlying colour of your UI. Hiding it is only recommended for full-screen apps. See: https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/Bars.html#//apple_ref/doc/uid/TP40006556-CH12-SW1 The method "Position content to avoid the status bar area" is what I recommended in my gist above. > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1#6144)
[jira] [Commented] (CB-4918) [ios]status bar is overlapping with the view on iOS7
[ https://issues.apache.org/jira/browse/CB-4918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13781619#comment-13781619 ] lmnbeyond commented on CB-4918: --- I know there are some different solutions which have been discussed [phonegap-and-cordova-with-ios-7|http://coenraets.org/blog/2013/09/phonegap-and-cordova-with-ios-7/], I'm wondering is there any Cordova official blogs talking about this? > [ios]status bar is overlapping with the view on iOS7 > > > Key: CB-4918 > URL: https://issues.apache.org/jira/browse/CB-4918 > Project: Apache Cordova > Issue Type: Bug > Components: iOS >Affects Versions: 3.0.0 > Environment: xcode 5.0 > ios 7.0 >Reporter: lmnbeyond > > how to reproduce: > don't hide status bar, and run mobile spec > result: > status bar is overlapping with the view on iOS7 -- This message was sent by Atlassian JIRA (v6.1#6144)