-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.0
-
Fix Version/s: None
-
Component/s: cordova-android
-
Labels:
-
Environment:
Andriod 4.0.3 on Samsung s3, app built on phonegap 2.2.0
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,
);
}
function galleryIssue(source) {
navigator.camera.getPicture(onPhotoURISuccess, onFail,
);
}
===========================

