Skip to content

The BarcodeScanner widget enables PhoneGap native barcode scanning functionality within your Mendix mobile application. This is a widget that will be functional from Mendix 5.10.

License

Notifications You must be signed in to change notification settings

jobvs/BarcodeScannerForPhoneGap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

Add plugin

When Publishing this App for Mobile App Stores, add in the the Custom Phonegap/Cordova configuration the barcode plugin

<plugin name="phonegap-plugin-barcodescanner" />

Configuration

Place the widget in a dataview where you want the button to be placed. Make sure this form is reachable from a mobile application.

Button

Label

The label text that is shown on the button.

Class

An optional class to be placed directly on the button dom node.

Data source

Attribute

The attribute on the dataview object where the resulting string should be set to.

Events

On change microflow

An optional microflow that will be triggered once the location has been retrieved.

On change nanoflow

An optional nanoflow that will be triggered once the location has been retrieved.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

About

The BarcodeScanner widget enables PhoneGap native barcode scanning functionality within your Mendix mobile application. This is a widget that will be functional from Mendix 5.10.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%