Hi,
I’m trying run the barcode demo from https://wiki.servoy.com/display/samples/Mobile+Demo,
but the function that run the actual scan uses ```
cordova.plugins.barcodeScanner.scan(function(result)
If I use <gap:plugin name="com.phonegap.plugins.barcodescanner" /> in the config.xml nothing happens when clicking on the
"Scan a code" button. Is there a cordova plugin on Phonegap and how do I use it.
The Phonegap app runs on a samsung note 3 (android 4.3)
Tia,
Peter