This repository was archived by the owner on Aug 11, 2020. It is now read-only.
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
encode does not execute success or fail #873
Open
Description
cordova.plugins.barcodeScanner.encode(cordova.plugins.barcodeScanner.Encode.TEXT_TYPE, "http://www.nytimes.com", function(success) {
alert(success);
}, function(fail) {
alert(fail);
}
);
as in the example, the qr code is correctly generated but I do not have chance to manage the success or fail functions. Alert not triggerins and so I cannot manage the scan via javascript.
Metadata
Metadata
Assignees
Labels
No labels