[
https://issues.apache.org/jira/browse/CB-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152959#comment-15152959
]
ASF GitHub Bot commented on CB-10288:
-------------------------------------
GitHub user jamessharp opened a pull request:
https://github.com/apache/cordova-plugin-statusbar/pull/47
Fix for CB-10288
The statusbar plugin was causing some weird sizing issues when multitasking
on ipads etc. I think this fixes it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ortoo/cordova-plugin-statusbar master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-statusbar/pull/47.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #47
----
commit 2f8a8a52f2c0bf1957b9dd7f00ec417f5da9ddd7
Author: James Sharp <[email protected]>
Date: 2016-02-18T19:42:29Z
Fix split screen issues in iOS 9
----
> 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: [email protected]
For additional commands, e-mail: [email protected]