Skip to content

Latest commit

 

History

History

barcode

IDEA Ionic extra ≫ Barcode

Scan barcodes and QR codes.

Package on NPM.

To install

npm i --save @idea-ionic/barcode

Be sure to install all the requested peer dependencies.

To use DataWedge on a supported Android device (e.g. Zebra), you have to add to the main Activity (AndroidManifest.xml) the following intent filter:

<intent-filter>
    <action android:name="com.darryncampbell.cordova.plugin.intent.ACTION"/>
    <category android:name="android.intent.category.DEFAULT"/>
</intent-filter>

Finally, in case of DataWedge devices (e.g. Zebra), you need to configure a scan profile.