Adam M

Results 5 comments of Adam M

I played around with a few solutions, but none were ideal. The first was to store `data_source` as a flexible attribute, and then rename the _mb_XXX_ fields to something more...

@Krandelbord Have you tried [phonegap-plugin-barcodescanner](https://github.com/phonegap/phonegap-plugin-barcodescanner) now that this project is discontinued.

I tried it earlier with a fresh project and it worked on my android device. Steps: ```sh $ npm install -g cordova $ cordova create MyApp $ cd MyApp $...

The latest version of cordova (8.0.0) *appears* to work fine. What version are you using for your project?

I suspect it may be a problem with your build environment. I just put together a little script that attempts to build a cordova project using the barcodescanner plugin within...