Skip to content
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
@widonwaker

Description

@widonwaker

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions