[
https://issues.apache.org/jira/browse/CB-4078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
aligo updated CB-4078:
----------------------
Description:
Hi
I use cameraOptions below to get the FILE_URI and to display in <img> tag:
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
But the picture displayed within wrong orientation.
Updated:
I try use window.navigator.camera.PictureSourceType.CAMERA in sourceType, and
everything work as expected.
was:
Hi
I use cameraOptions below to get the FILE_URI and to display in <img> tag:
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
But the picture displayed within wrong orientation.
> correctOrientation is not working on camera.getPicture
> ------------------------------------------------------
>
> Key: CB-4078
> URL: https://issues.apache.org/jira/browse/CB-4078
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 2.9.0
> Reporter: aligo
> Assignee: Shazron Abdullah
>
> Hi
> I use cameraOptions below to get the FILE_URI and to display in <img> tag:
> 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
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira