Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
cordova ios 4.0.0
Description
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.
Attachments
Issue Links
- relates to
-
CB-9161 Support iPad multitasking in iOS 9
- Closed
- links to