-
``` php
function checkQrCode($filename,$mid){
if(false==file_exists($filename)){
return false;
}
$QRimage = new ZBarCodeImage($filename);
$QRscanner …
-
Hi thanks for `qr-scanner` it's working wonderfully, the only reliable way I can find to recognize QR codes.
I have a problem where using the following
```js
const qrScanner = new QrScanner…
-
hi can we integrate this in vue js like in [qrscanner.org](https://www.qrscanner.org/)
-
Trying to scan my Mixin TRX receive address QR code on my phone with the laptop web camera. I thought it was a resolution issue, but also saw this in the console
![Image](https://github.com/SaitoTech…
-
I installed this plugin. but, I get this error
```
console.log(QRScanner)
```
```
Can't find variable: QRScanner
```
My Cordova version is 7.1.0 and I installed this plugin version 2.6.0.…
ghost updated
6 years ago
-
I really don't understand what can be the issue, it's all good on desktop but on mobile I always get camera not found even though i can list all the cameras available...
Here is my code, working we…
-
Script 'D:\app2\src-cordova\platforms\android\cordova-plugin-qrscanner-nbs\app-qrscanner.gradle' line: 6
* What went wrong:
A problem occurred evaluating script.
> Could not find method compile()…
-
I am trying to use QrScanner in my electron app like the following:
```
const QrScanner = require('qr-scanner');
QrScanner.scanImage(image)......
```
But I have always the followitng error: `Qr…
-
I am using Xiaomi or Huawei phones, and I am unable to call QRScanner during real phone debugging. Why is that? The display is' is not defined ', but I have already added this plugin and rebuilt the p…
-
We didn't lock the version of this plugin, so now with `2.6.1` the build is failing in Xcode 10.1.
Locking the version to `2.6.0` works, but this might still be something worth looking into.
```…