venkatasatishreddykarri created CB-13967:
--------------------------------------------
Summary: Cordova barcodescanner plugin is not working in windows 8.1
Key: CB-13967
URL: https://issues.apache.org/jira/browse/CB-13967
Project: Apache Cordova
Issue Type: Bug
Components: AllPlatforms
Affects Versions: cordova-android-7.0.0
Reporter: venkatasatishreddykarri
Fix For: 5.0.0
Hi,
I am trying to use this plugin “*cordova plugin add cordova-plugin-barcodescanner*” and
I am using this code
“cordova.plugins.barcodeScanner.scan(
function (result) {
alert("We got a barcode\n" +
"Result: " + result.text + "\n" +
"Format: " + result.format + "\n" +
"Cancelled: " + result.cancelled);
},
function (error) {
alert("Scanning failed: " + error);
}
);” for barcodescanner in windows 8.1. but I am getting this error “*MISSING COMMAND
ERROR*”.Can you please check what is this issue? Waiting for your response.
Thanks and regards,
Satish,
Enstrapp it solutions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org
|