Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.1.0
-
None
-
Android 4.4.2 (api 19)
Description
Code sample to reproduce:
navigator.camera.getPicture(onSuccess, onFail, {
destinationType: Camera.DestinationType.FILE_URI,
sourceType: Camera.PictureSourceType.PHOTOLIBRARY,
correctOrientation: true
});
onSuccess is called with an empty string as an argument.
if correctOrientation is false, everything works as expected.