Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

encode does not execute success or fail #873

Open
widonwaker opened this issue May 22, 2020 · 0 comments
Open

encode does not execute success or fail #873

widonwaker opened this issue May 22, 2020 · 0 comments

Comments

@widonwaker
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant