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

jcesarmobile commented on CB-11287:
-----------------------------------

I can't reproduce the issue with the changes, did you install from the github 
url? the changes has not been published to NPM yet, they are on github master 
branch, you can install with {code}cordova plugin add 
https://github.com/apache/cordova-plugin-statusbar{code}

> iOS: landscape iPhone app: webview orientation turns to portrait after camera 
> displayed
> ---------------------------------------------------------------------------------------
>
>                 Key: CB-11287
>                 URL: https://issues.apache.org/jira/browse/CB-11287
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Statusbar
>    Affects Versions: 2.2.0
>         Environment: cordova 6.1.1
> ios 4.1.1
> cordova-plugin-camera 2.2.0 "Camera"
>            Reporter: Michael Schmidt
>            Assignee: jcesarmobile
>              Labels: iOS
>
> *situation*
> * app in landscape mode
> {code:JavaScript}
>   <preference name="Orientation" value="landscape" />
> {code}
> * camera options
> {code:JavaScript}
> {
>  destinationType: Camera.DestinationType.FILE_URI,
>  sourceType: Camera.PictureSourceType.CAMERA,
>  encodingType: Camera.EncodingType.JPEG,
>  mediaType: Camera.MediaType.PICTURE,
> };
> {code}
> *problem*
> After displaying the camera, the app viewport turns to portrait mode - 
> despite that the whole app is set to landscape.
> This takes place for either taking a picture or pressing cancel.
> This bug occurs only on iPhone, it works on iPad though.
> *appearance*
> the bug (viewport turns portrait) appears in all combinations of 
> - holding phone in portrait/landscape
> - setting correctOrientation to true/false
> - using Camera.PictureSourceType.PHOTOLIBRARY/Camera.PictureSourceType.CAMERA
> *possibly related*
> this error occurs after closing the camera picker:
> {code}
> 2016-06-04 16:38:37.527 CordovaApp[2217:1174793] Warning: Attempt to present 
> <CDVCameraPicker: 0x13ea7aa00> on <MainViewController: 0x13de3ffe0> whose 
> view is not in the window hierarchy!
> {code}
> *regression from camera 1.2.0*
> This is a regression - it works reproducably in the following configuration:
> {code}
> cordova 5.3.3
> cordova-ios 3.9.1
> cordova-plugin-camera 1.2.0
> {code}
> it slowly degraded: with cordova-plugin-camera 2.0.0 it showed wrong - but 
> still still could changed by rotating the phone back and forth. With 
> cordova-plugin-camera 2.0.0 the actual phone orientation makes a difference 
> when correctOrientation is set to true - it seems that the bug occurs only 
> when the phone is held in portrait during the camera open
> -> seems to be related to correctOrientation



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to