Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.0
-
None
-
android4.1
Description
REPRODUCE TEST STEPS:
1. install Cordova 3.5.0 and media-capture plugin
2. write a simple test code, for example
navigator.device.capture.captureImage(captureSuccess, captureError,
);
3. Tap on "captureImage()" button, check the behavior
EXPECTED OUTCOME:
callback captureSuccess function
ACTUAL OUTCOME:
callback captureError function
Attachments
Issue Links
- is duplicated by
-
CB-6944 Media-Capture plugin on Android returns Canceled error when Accept image is selected
- Closed