Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Master
-
None
-
iOS 9.3.5
cordova 6.4.0
cordova-plugin-camera 2.3.0
cordova-plugin-statusbar 2.2.1-dev (current master branch)
Description
steps to reproduce
- create cordova app
cordova create MyAppTest33 cd MyAppTest33/ cordova platform add ios cordova plugin add https://github.com/apache/cordova-plugin-statusbar.git --save cordova plugin add cordova-plugin-camera --variable CAMERA_USAGE_DESCRIPTION=" " --variable PHOTOLIBRARY_USAGE_DESCRIPTION=" " --save
- add camera sample code to www folder
https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/index.html https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/scripts/main.js https://github.com/Icenium/Sample-Camera/blob/master/Camera%20Sample/styles/theme.css
- change config.xml to landscape app
<preference name="Orientation" value="landscape" />
action: open camera on iPad
- open app on real device: iPad
- take picture from camera (or open camera & cancel)
problem: App screen turns white
- completely white screen - web app is completely gone
root cause is the statusbar plugin on iPad in landscape app
- it works well ..
- with Orientation "portrait"
- on iPhone
- without statusbar plugin
Attachments
Issue Links
- is duplicated by
-
CB-12260 Camera plugin white screen
- Closed
-
CB-12259 Statusbar 2.2.1 overlaps application after camera or barcode scanner plugin has been invoked
- Closed
-
CB-12338 Black bar in IOS landscape app, after returning to app with different orientation
- Closed
-
CB-12436 White screen after closing in-app browser window in landscape
- Closed
-
CB-12475 The view is not resized back after taking a picture.
- Closed
-
CB-12507 iOS status bar covers webview when returning from sharing
- Closed
- links to