Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tony-xlh/cordova-barcode-scanner
Barcode scanner in Cordova using Dynamsoft Barcode Reader
https://github.com/tony-xlh/cordova-barcode-scanner
android barcode cordova cordova-plugin ios javascript
Last synced: 19 days ago
JSON representation
Barcode scanner in Cordova using Dynamsoft Barcode Reader
- Host: GitHub
- URL: https://github.com/tony-xlh/cordova-barcode-scanner
- Owner: tony-xlh
- Created: 2021-10-28T07:56:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T05:17:29.000Z (over 2 years ago)
- Last Synced: 2024-11-10T09:20:11.662Z (3 months ago)
- Topics: android, barcode, cordova, cordova-plugin, ios, javascript
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cordova-barcode-scanner
Barcode scanner in Cordova using Dynamsoft Barcode Reader
![Barcode Reader](https://user-images.githubusercontent.com/5462205/140495899-ab2e424c-1919-4628-acda-7a67c028ec88.jpg)
An online demo is available [here](https://tony-xlh.github.io/cordova-barcode-scanner/).
The cordova plugin is used for Android and iOS: [cordova-plugin-dynamsoft-barcode-reader](https://github.com/xulihang/cordova-plugin-dynamsoft-barcode-reader).
If you encounter the following error when you are building an Android project:
```
No version of NDK matched the requested version 21.0.6113669. Versions available locally: 21.1.6352462, 22.1.7171670
```You can specify the `ndkVersion` in `platforms\android\app\build.gradle`:
```
ndkVersion '22.1.7171670'
```