I have some rather small and dense QR codes that I'm having trouble reading in my React Webapp. I'm having no trouble reading them in the Android native camera and I've written a flutter mobile app that uses the "qrscan"…
I have installed the right packages to create QRCode, but each time i scan the QRCode using my phone, i get the following error "the barcode is not a valid authentication token barcode", I am not too sure what do they mean by token. I've already…
I'm trying to adjust the react native qrcode-svg size displayed on different platforms; mobile and on computer. However, I only seem to be able to put one static size, which 350, good for mobile but when displayed on the computer it looks giant and…
I am using https://www.npmjs.com/package/react-qr-code to generate QR code on my website.
I want to change the size of this qr code when I print this qr code in PDF file.
can I change the size of qr code in pdf file without changing the size on…
Please Help! I am using HTML5 QRCode react library for QR code and barcode scanning; and I am working on a tight deadline. I have issue scanning QR codes on small vials. Do we have any fix for this.
Im trying to add a page that creates Qrcode by using react-qr-code.
Everything works normal until I include these following letters "ÅÄÖ" in value.
Does anyone has any clue why i cannot use "ÅÄÖ" in value?
I refer to this page codesandbox. but…
I'm trying to trigger the ReactJS QR Code Scanner using the "react-qr-scanner" Library, it's working perfectly fine in browser.
However, when I put it into a Cordova as a iOS/aOS Mobile Application, it would only show the blank page and having the…
What I really want is just a QR Code Reader page that fits the whole screen with no white space left and an overlay for the scanning space. So If anyone has any alternative from their experiences or suggestion I'd be very appreciated.
I tried…
I want to add a qr code for my application. How can I integrate and scan the QR code I will generate? I would be very grateful if you could give me some explanatory information about the methods I will use and how to do it.
Will qr_code_scanner work…
I want to render some qr code into a canvas made by konva.js.
When I put into the qr code did not render.
When I render the qr code outside the konva element, the qr code rendered.
I thought my placement of wrong but when I shift it up or down I…
good evening
please help me to solve this question on qr code expo. because I have learn created the app.I wanted you to guide me so that I can start coding in this space.
[I have the followingerror code for using URL or QR…
I'm working on loyality react app what i need is that the user scan the qrcode and then go to the login page.
here is my code the scan work properly but i don't know how to navigate to another page?
import React, { Component } from 'react'
import…
So I am trying to generate QR code using react-qr-code module in the value field I gave mailto:${email}?subject=${subject}&body=${body} format but when I scan using google lens it's getting converted to https://mailto:_______ which will not work how…
I've tried to implement QR Validation. So I generated QR codes for 40 people out of which 2 didn't get scanned. When I tried to scan via Other apps it read the data from the QR Code. I'm not able to figure out if the problem is with QR Code or the…