Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
-
Andriod 4.0.3 on Samsung s3, app built on phonegap 2.2.0
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,
);
}
function galleryIssue(source) {
navigator.camera.getPicture(onPhotoURISuccess, onFail,
);
}
===========================