Page 1 of 1

Barcode Demo

PostPosted: Fri Nov 08, 2013 2:09 pm
by Peter de Groot
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
Code: Select all
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

Re: Barcode Demo

PostPosted: Fri Nov 08, 2013 2:52 pm
by Peter de Groot
Hi,

I found the problem, I was pointing to the wrong config.xml, the barcode scanner works.

Regards,

Peter