I've been using the plugin for a while on Android and iOS and the plugin has worked brilliantly. However I have noticed on Windows the scanner just doesn't work. The scanner does not appear and literally does nothing.. I have a onclick method which produces the scanner and uses the following:
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38181819-windows-phone-8-1-plugin-not-working-phonegap-build?utm_campaign=plugin&utm_content=tracker%2F12908089&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12908089&utm_medium=issues&utm_source=github).
Hi,
I've been using the plugin for a while on Android and iOS and the plugin has worked brilliantly. However I have noticed on Windows the scanner just doesn't work. The scanner does not appear and literally does nothing.. I have a onclick method which produces the scanner and uses the following:
cordova.plugins.barcodeScanner.scan( function (result) { alert("We got a barcode\n" + "Result: " + result.text) //"Format: " + result.format + "\n" + //"Cancelled: " + result.cancelled) {dialog.Object}.setValue('QRCode', result.text); }, function (error) { alert("Scanning failed: " + error); } );
Could anyone help?