No matter what I do, I get
I have this in config.xml:
I get the error message when I do this:
The BuildID is 448515.
Unzipping the .apk, I do not see barcodescanner.js.
D/CordovaLog(19230): Uncaught module cordova/plugin/BarcodeScanner not found
E/Web Console(19230): Uncaught module cordova/plugin/BarcodeScanner not found at file:///android_asset/www/phonegap.js:50
I have this in config.xml:
<gap:plugin name="BarcodeScanner"/>
I get the error message when I do this:
scanner = cordova.require("cordova/plugin/BarcodeScanner");
The BuildID is 448515.
Unzipping the .apk, I do not see barcodescanner.js.


