@idea-ionic/barcode
v8.10.1
Published
IDEA Ionic barcode components
Downloads
771
Readme
IDEA Ionic extra ≫ Barcode
Scan barcodes and QR codes.
To install
npm i --save @idea-ionic/barcodeBe 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.easystep2.datawedge.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.
