-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: Master
-
Fix Version/s: None
-
Component/s: cordova-plugin-camera
-
Labels:
-
Environment:
Android 4.4
In the following example, two separate gallery apps open and upon selection, only the second error callback is called:
(options.sourceType is PHOTOLIBRARY)
navigator.camera.getPicture(function () { console.log('First getPicture() win!'); }, function () { console.log('First getPicture() error!'); }, options); setTimeout(function () { navigator.camera.getPicture(function () { console.log('Second getPicture() win!'); }, function () { console.log('Second getPicture() error!'); }, options); }, 1000);
- relates to
-
CB-10246 camera.getPicture fails with “Camera cancelled”
-
- Closed
-