Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D30A1049A for ; Wed, 20 Nov 2013 08:15:28 +0000 (UTC) Received: (qmail 47471 invoked by uid 500); 20 Nov 2013 08:15:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 47077 invoked by uid 500); 20 Nov 2013 08:15:24 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 47019 invoked by uid 99); 20 Nov 2013 08:15:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Nov 2013 08:15:22 +0000 Date: Wed, 20 Nov 2013 08:15:22 +0000 (UTC) From: "Dirk-Jan Hoek (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5431) Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-5431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13827425#comment-13827425 ] Dirk-Jan Hoek commented on CB-5431: ----------------------------------- Great, thanks :) > Status Bar Plugin blanks view on call overlaysWebView(false) in landscape orientation > -------------------------------------------------------------------------------------- > > Key: CB-5431 > URL: https://issues.apache.org/jira/browse/CB-5431 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 3.1.0 > Reporter: Sepp Wijnands > > If you call StatusBar.overlaysWebView(false) in the deviceready() event and the iPad Retina device is in Landscape mode, it blanks the screen and > places a 20px black bar vertically on the screen. > Code to reproduce problem (HelloCordova example project: www/js/index.js): > {code} > onDeviceReady: function() { > StatusBar.overlaysWebView(false); > app.receivedEvent('deviceready'); > }, > {code} > iOS simulator environment: iPad Retina iOS 7.0, Orientated in *landscape* mode. > Screenshot: https://www.dropbox.com/s/6o66wuf2f7gy9dx/iOS%20Simulator%20Screen%20shot%2018%20Nov%202013%2021.13.34.png > Example project demonstrating the problem (based on HelloCordova): https://www.dropbox.com/s/gb9wbz6jber6ovc/BugStatusBarLandscape.zip -- This message was sent by Atlassian JIRA (v6.1#6144)