[
https://issues.apache.org/jira/browse/CB-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15730634#comment-15730634
]
ASF subversion and git services commented on CB-10288:
------------------------------------------------------
Commit 6bfc749f846e44d2784e93fa7629ec3049ab418d in cordova-plugin-statusbar's
branch refs/heads/2.2.x from [~jonathanli]
[
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=6bfc749
]
CB-10288 statusbar plugin interaction with iOS multitasking
This closes #62
> 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: ios, pull-request-available, 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]