The Phonegap Barcode Scanner don't recognize any barcode on windows phone
问题 I'm trying to add the Phonegap Barcode scanner plugin to my Phonegap app. I'm primarily developing for windows phone 8 but I also want to target the ios and android platforms. I managed to add the plugin correctly, but when I start the scan, my windows phone doesn't recognize any barcodes. It just shows the video screen with a focus button and a green square. Here's my code for the scan: function Scan() { window.plugins.barcodeScanner.scan(function (result) { barcode = result; alert(barcode