mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2026-04-29 00:02:13 +08:00
CB-8683 updated blackberry specific references of org.apache.cordova.camera to cordova-plugin-camera
This commit is contained in:
@@ -60,7 +60,7 @@ function showCameraDialog (done, cancel, fail) {
|
||||
});
|
||||
wv.on('JavaScriptCallback', function (evt, data) {
|
||||
var args = JSON.parse(data).args;
|
||||
if (args[0] === 'org.apache.cordova.camera') {
|
||||
if (args[0] === 'cordova-plugin-camera') {
|
||||
if (args[1] === 'cancel') {
|
||||
cancel('User canceled');
|
||||
} else if (args[1] === 'error') {
|
||||
|
||||
Reference in New Issue
Block a user