#BarcodeScannerForPhoneGap
The BarcodeScanner widget enables PhoneGap native barcode scanning functionality within your Mendix mobile application. This is a widget that will be functional from Mendix 7.13.1.
When Publishing this App for Mobile App Stores, add in the the Custom Phonegap/Cordova configuration the barcode plugin
<plugin name="phonegap-plugin-barcodescanner" />Place the widget in a dataview where you want the button to be placed. Make sure this form is reachable from a mobile application.
The label text that is shown on the button.
An optional class to be placed directly on the button dom node.
The attribute on the dataview object where the resulting string should be set to.
An optional microflow that will be triggered once the location has been retrieved.
An optional nanoflow that will be triggered once the location has been retrieved.
For more information on contributing to this repository visit Contributing to a GitHub repository!