[
https://issues.apache.org/jira/browse/CB-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209291#comment-14209291
]
Michael Maruno edited comment on CB-7527 at 11/13/14 5:16 AM:
--------------------------------------------------------------
We are also seeing this issue.
Video of upside down camera picture in iOS 8.0.2 on iPad Air.
!camera_issue.mov!
Plugin initiated by:
{code}
var options = { quality: 49,
encodingType: 0, // JPEG format
sourceType: Camera.PictureSourceType.CAMERA,
destinationType: Camera.DestinationType.FILE_URI // return
temp URI of the picture.
};
navigator.camera.getPicture(onSuccess, onFailure, options);
{code}
was (Author: 3m):
Video of upside down camera picture in iOS 8.0.2 on iPad Air
> [Camera][iOS 8] - Rotation issue
> --------------------------------
>
> Key: CB-7527
> URL: https://issues.apache.org/jira/browse/CB-7527
> Project: Apache Cordova
> Issue Type: Sub-task
> Components: Plugin Camera
> Affects Versions: 3.5.0
> Environment: cordova 3.5.0, ios 8 GM, xcode 6 GM, camera plugin 0.2.8
> (same with ancient cordova 2.2)
> iPad only
> Reporter: Roman Mandryk
> Assignee: Shazron Abdullah
> Attachments: camera_issue.mov
>
>
> When using ios 8 GM and cordova 3.5 app, after launching the camera in any
> rotation the camera is launched fine and shoot button is on the right side.
> When I rotate the device into new orientation, the picture gets sideways or
> upsidedown with shoot button always on right side.
> Native camera app has weird glitch when changing orientation (not present in
> 7.1) but then changes orientation correctly.
> The problem seems to appear only in cordova app.
> Issue happens with both current app in production and app build with xcode 6
> GM.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]