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 6AFFB184D3 for ; Sun, 31 Jan 2016 21:56:43 +0000 (UTC) Received: (qmail 16331 invoked by uid 500); 31 Jan 2016 21:56:40 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 16282 invoked by uid 500); 31 Jan 2016 21:56:40 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 15933 invoked by uid 99); 31 Jan 2016 21:56:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Jan 2016 21:56:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E25972C1F68 for ; Sun, 31 Jan 2016 21:56:39 +0000 (UTC) Date: Sun, 31 Jan 2016 21:56:39 +0000 (UTC) From: "jcesarmobile (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10288) statusbar plugin interaction with iOS multitasking 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-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15125532#comment-15125532 ] jcesarmobile commented on CB-10288: ----------------------------------- Can you test this commit and let me know if it fixed your issue? cordova plugin add https://github.com/jcesarmobile/cordova-plugin-statusbar#578fa1b > statusbar plugin interaction with iOS multitasking > -------------------------------------------------- > > Key: CB-10288 > URL: https://issues.apache.org/jira/browse/CB-10288 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Statusbar > Environment: cordova ios 4.0.0 > Reporter: Nick Redding > Assignee: jcesarmobile > Labels: cordova-ios-4.1.0, ios, triaged > > In pluginInitialize the statement > [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(statusBarDidChangeFrame:) name: UIApplicationDidChangeStatusBarFrameNotification object:nil]; > causes incorrect rendering behavior when using iOS multitasking split window. When pulling the cordova app onto the screen from the right, the window resizing is not handled correctly (much larger widths thsn actual are reported and reflected in the rendering). > Commenting out this statement eliminates the problem, but it is not clear what the potentially unwanted effects of this would be. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org