You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Janet B (JIRA)" <ji...@apache.org> on 2015/10/18 15:51:05 UTC

[jira] [Comment Edited] (CB-4078) correctOrientation is not working on camera.getPicture for PHOTOLIBRARY (works with Camera)

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

Janet B edited comment on CB-4078 at 10/18/15 1:50 PM:
-------------------------------------------------------

It works fine in iOS (confirmed for 8.4+), but not for Android. Photos from the library are not properly rotated, as the ticket details explain. To be more specific, photos that were taken by the camera in portait mode are rotated to the left 90 degrees when uploaded by the plugin.


was (Author: jbean):
It works fine in iOS (confirmed for 8.4+), but not for Android. Photos from the library are not properly rotated, as the ticket details explain.

> correctOrientation is not working on camera.getPicture for PHOTOLIBRARY (works with Camera)
> -------------------------------------------------------------------------------------------
>
>                 Key: CB-4078
>                 URL: https://issues.apache.org/jira/browse/CB-4078
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Camera
>    Affects Versions: 2.9.0
>         Environment: iOS
>            Reporter: aligo
>            Priority: Critical
>              Labels: Android, Triaged, iOS
>
> Hi
> I use cameraOptions below to get the FILE_URI and to display in <img> tag:
> {code}
>       correctOrientation: true
>       quality: 50
>       encodingType: Camera.EncodingType.JPEG
>       targetWidth: 300
>       targetHeight: 300
>       destinationType: window.navigator.camera.DestinationType.FILE_URI
>       sourceType: window.navigator.camera.PictureSourceType.PHOTOLIBRARY
> {code}
> But the picture displayed within wrong orientation.
> Updated:
> I try use window.navigator.camera.PictureSourceType.CAMERA in sourceType, and everything work as expected.



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

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