You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/10/25 12:07:36 UTC

[GitHub] [cordova-plugin-statusbar] ISeeBinary opened a new issue #167: StatusBar overlays WebView after using Cordova Camera plugin in iOS 13

ISeeBinary opened a new issue #167: StatusBar overlays WebView after using Cordova Camera plugin in iOS 13
URL: https://github.com/apache/cordova-plugin-statusbar/issues/167
 
 
   # Bug Report
   
   ## Problem
   The StatusBar overlays the WebView on iOS 13 after using the camera plugin (cordova-plugin-camera), even if "StatusBarOverlaysWebView" is set to false.
   
   
   ### What is expected to happen?
   The StatusBar should not overlay the WebView when returning from the camera.
   
   
   ### What does actually happen?
   The StatusBar overlays the WebView when returning from the camera.
   
   
   ## Information
   Launch the app and the StatusBar should behave as expected (does not overlay the WebView). Now launch the camera via the cordova plugin, take a picture (or cancel out), and on returning to the app, the StatusBar is now overlaying the WebView. To correct it you can change the device orientation, which seems to reset the StatusBar / WebView.
   
   
   ### Command or Code
   Please see the following GitHub repository:
   
   https://github.com/ISeeBinary/StatusBarTestApp
   
   When running the example yow will see a red button at the top of the screen that launces the camera. There is also a green button for toggling the StatusBar on and off. This is because calling StatusBar.hide followed by StatusBar.show also seems correct its behaviour.
   
   
   ### Environment, Platform, Device
   - iPhone XS (iOS 13.1.3)
   
   
   ### Version information
   - cordova@9.0.0 (also reproduced with cordova@8.1.2)
   - cordova platform ios@5.0.1
   - cordova-plugin-statusbar@2.4.3
   - cordova-plugin-camera@4.1.0
   
   
   ## Checklist
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org