Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
3.5.0
-
None
-
None
-
Android 2.3.x,4.0.x, 4.1, 4.2, 4.3, 4.4
Cordova 3.5.0-0.2.4Plugins:
org.apache.cordova.file 1.2.0 "File"
org.apache.cordova.media-capture 0.3.1 "Capture"
Description
Attempting to run the following:
navigator.device.capture.captureImage(function(mediaFiles) { alert('success?'); }, function(error) { navigator.notification.alert('Error code: ' + error.code + ' = ' + error.message, null, 'Capture Error'); },{ limit:1 });
always invokes the error callback with the object:
{"message":"Canceled.", "code":3}
even if the accept image option is selected.
Android 4.4 behaves differently, where tapping on the accept image option does nothing and instead of returning with the error, it remains on the captured photo view.
Attachments
Attachments
Issue Links
- duplicates
-
CB-6978 test captureImage() function failed
- Closed