-
node.js 로 아래 REST API 작성해줘.
DB 종류 SQLite
데이터베이스는 qrScanner
테이블명은 files
필드는
id (file ID, 자동증가)
postdtime (file 등록 일시)
filename (파일명, key)
filesize (파일크기)
url (저장 주소)
API method 는 POST
ur…
-
Hi guys,
first of all thanks for your good work! Best Qr scanner, easy to set up and works well.
But back to my question. Is there any easy way how to detect, that the user decides not to give p…
-
As the titles states, when a photo with a Qr-code gets uploaded and scanned, instead of returning the value of the Qr-code, the scanner throws a timeout error.
However an image from the image roll …
-
I'm using this module for an angular 4 application,
'angular/cli: 1.3.2'
'angular/compiler-cli: 4.3.6 '
The module is working fine unless I do a AOT build, and exactly as a result of AOT build, the…
-
Attempting to use destroy for the browser target results in the following:
Error in Error callbackId: QRScanner967822053 : [object Object] cordova.js:309:39
Exception calling native with command :…
-
Getting the following error:
* What went wrong:
A problem occurred evaluating script.
> Could not find method compile() for arguments [com.journeyapps:zxing-android-embedded:3.3.0] on object of t…
-
This is not s issue really. I'm trying to know how to control every read, because I'm using the library correctly (I think), but is reading too many time a same QR code and this library performance is…
-
-
I have a React PWA with a custom scanner component initializing this library. There is no problem loading this component, cam turns on and QR detection works flawlessly. The issue starts when I naviga…
-
### Background on the issue
When I attempt to install the plugin into a new cordova project, it is creating an error on install.
### My Cordova version
```
9.0.0 (cordova-lib@9.0.1)
```
### …