You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/28 22:13:20 UTC

[jira] [Commented] (CB-10288) statusbar plugin interaction with iOS multitasking

    [ https://issues.apache.org/jira/browse/CB-10288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15444211#comment-15444211 ] 

ASF GitHub Bot commented on CB-10288:
-------------------------------------

Github user jcesarmobile commented on the issue:

    https://github.com/apache/cordova-plugin-statusbar/pull/62
  
    Hi, 
    Thanks for the PR, but the id you used isn't right. This doesn't add the multitask support, it fixes the resize problems when using multitask. There is another issue for that CB-10288. Can you change the id?


> statusbar plugin interaction with iOS multitasking
> --------------------------------------------------
>
>                 Key: CB-10288
>                 URL: https://issues.apache.org/jira/browse/CB-10288
>             Project: Apache Cordova
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Plugin Statusbar
>         Environment: cordova ios 4.0.0
>            Reporter: Nick Redding
>            Assignee: jcesarmobile
>              Labels: 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