hypery2k / cordova-barcodescanner-plugin

barcode scanner plugin for PhoneGap
51 stars 39 forks source link

Windows Phone 8.1 - Plugin Not Working (Phonegap Build) #14

Open Hallidayo opened 7 years ago

Hallidayo commented 7 years ago

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?

--- 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).
hypery2k commented 7 years ago

sorry, but cannot investigate as i don't have a Windows 8 device anymore