Cordova SDK Samples
This page provides a list of samples available for the Scandit Data Capture SDK for Cordova. Each sample demonstrates a specific feature or use case of the SDK.
The repository with all the samples can be found here, and each individual sample is linked below.
Barcode Scanning
Single Scanning
Barcode Capture
Single Scan
Simple sample showing how to use the Barcode Capture mode to scan a single barcode.
Rejection
Sample that uses the camera to read a single QR code that starts with “09:” but ignores/rejects all other codes.
Batch Scanning
MatrixScan Batch
Examples utilizing the low-level BarcodeBatch
API.
Simple Highlight
Simple sample showing how to use MatrixScan to highlight barcodes in a frame.
Rejection
Use custom conditions to highlight and scan only the barcodes that meet the specified criteria.
ID Scanning
ID Capture
Simple ID Capture
Simple sample showing how to use the ID Capture mode to scan an ID card.
Extended ID Capture
Sample showing how to use the ID Capture mode to scan an ID card with additional fields.