Ryan Willoughby

Results 9 comments of Ryan Willoughby

What version of the plugin have you installed?

Seems a bit wierd that you are using (and are even able to use) the cordova.require method to access the scanner, when the current implementation doesn't actually use cordova.define, it...

Thanks! But this repository is pretty inactive now ... go to http://github.com/phonegap/phonegap-plugin-barcodescanner.

Is this issue iPhone 4 only? doesn't seem like anyone has this problem. Edit: nvmd I see from the referenced issue that yes it is iPhone 4 only and many...

I just generated a basic Code 39 barcode [here](http://www.barcoding.com/upc/), and was able to scan it successfully with this plugin, so I don't think the problem is a lack of support...

Also @DURK, if the old version did in fact work for you, any reason why you wouldn't just use that version? Any idea what version that was?

@wjchristenson2 as mentioned above, this plugin utilizes a third party library for all the heavy lifting around image / barcode processing. So any upgrades to those algorithms aren't in the...

Try using a setTimeout, I seem to recall this helping others with this issue. i.e. ``` setTimeout(function() { alert('blah'); }); ```

https://github.com/twilio/twilio-video-processors.js