vue-qrcode-reader icon indicating copy to clipboard operation
vue-qrcode-reader copied to clipboard

A set of Vue.js components for detecting and decoding QR codes.

Results 90 vue-qrcode-reader issues
Sort by recently updated
recently updated
newest added

![download](https://user-images.githubusercontent.com/87156467/143530932-e32b3d47-2fbf-4c1b-b757-bf745dbb328a.png) im trying to decode this qr via drag and drop and even capture; but the content, location, and imagedata is null ; but when i use qr code streaming...

**Describe the bug** When I use qrcode reader in my project, an error appears : ERROR: is the camera already in use? But no other app uses my camera. My...

I built an Android app by using npm cordova plugin, when I activate qr code reader, I don`t get camera activated qrcode stream tag not starting streaming on a page...

**Describe the bug** Plugin is not working in iOS in Cordova / VueJS Project I have a prompt asking me the permission for the camera but when i accept it...

Hey there. Great add-on. For the PWA this is working like a charm. Anyway. We also have native app versions and i'm not able to get this running on iOS....

Hello, I have an issue with with vue-qrcode-reader on iPhone where it does not work. Do you have a suggestion how to make it works on iOS iPhone?

**Describe the bug** The v.3.0.0 release breaks compatibility for ipad. Previous v2 release worked fine. **To Reproduce** Browse demo page on an ipad **Screenshots** Debugging the ipad remotely, I get...

**Describe the bug** On Safari 15.1 (MacOS Monterey 12.0.1) `@decode` or `@detect` don't fire on file upload. Furthermore on iOS Safari 15.1 no front/rear-camera is shown when selected in the...

can-reproduce

The very same code that was working with Vue 3.2.21 crashes after upgrading to Vue 3.2.22 with the following error TypeError: Cannot read properties of null (reading 'isCE')_ at renderSlot...

The `jsQR` library [return binary data](https://github.com/cozmo/jsQR#return-value), when QR code is able to decoded. I added `binaryData` to the payload passed by the worker. In my use case, I store the...