[
https://issues.apache.org/jira/browse/CB-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kiran Sai updated CB-1826:
--------------------------
Description:
set the flag correctOrientation to true.
take a portrait high resolution image
application crashes with OutofMemory error
Same happens when you load an image from gallery.
I see the issue fixed with CB-999 but I see the same problem on 2.2.0
=======================
function galleryNoIssue(source) {
navigator.camera.getPicture(onPhotoURISuccess, onFail, { quality: 100,
destinationType: destinationType.FILE_URI,
sourceType: source });
}
function galleryIssue(source) {
navigator.camera.getPicture(onPhotoURISuccess, onFail, { quality: 100,
destinationType: destinationType.FILE_URI,
sourceType: source,
correctOrientation : true });
}
===========================
was:
set the flag correctOrientation to true.
take a portrait high resolution image
application crashes with OutofMemory error
Same happens when you load an image from gallery.
I see the issue fixed with CB-999 but I see the same problem on 2.2.0
> correctOrientation when set to true crashes the app when loading Image
> ----------------------------------------------------------------------
>
> Key: CB-1826
> URL: https://issues.apache.org/jira/browse/CB-1826
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Affects Versions: 2.2.0
> Environment: Andriod 4.0.3 on Samsung s3, app built on phonegap 2.2.0
> Reporter: Kiran Sai
> Assignee: Joe Bowser
> Labels: Andriod, correctOrientation, crash, phonegap
>
> set the flag correctOrientation to true.
> take a portrait high resolution image
> application crashes with OutofMemory error
> Same happens when you load an image from gallery.
> I see the issue fixed with CB-999 but I see the same problem on 2.2.0
> =======================
> function galleryNoIssue(source) {
> navigator.camera.getPicture(onPhotoURISuccess, onFail, { quality: 100,
> destinationType: destinationType.FILE_URI,
> sourceType: source });
> }
> function galleryIssue(source) {
> navigator.camera.getPicture(onPhotoURISuccess, onFail, { quality: 100,
> destinationType: destinationType.FILE_URI,
> sourceType: source,
> correctOrientation : true });
> }
> ===========================
--
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