I am using react QR Code reader in a web-app. I am running the web app on localhost 3000 port.
I am trying to load this web view with in chrome browser with in android emulator. But cannot access camera. If the same app launched on server was able…
Using react-qr-reader library in my React / Next.js app: https://www.npmjs.com/package/react-qr-reader
Found no relevant options for constraints in docs. Maybe it is a sideeffect with latest iOS it does not show scan window?
Initiating QrReader …
What can be done to avoid waiting in line? Our application can work both offline and online. Using IndexedDB. When working online, if the internet slows down, the process will slow down. Because every time a scanner is made, a request is sent. Each…
can someone help me to make my QR Scanner full screen,
here my code :
const App = () => {
const [scan,setScan] = useState(false)
const SCREEN_HEIGHT = Dimensions.get('window').height
return !scan ? (
…
I am getting blank screen for QRCode scanner when the app is launcehed for the first time happening only on android devcies.
I am trying to scan QRcode in my app for this is have used react-native-qrcode-scanner.
Here is the package.json file…
im using react-qr-code package for generating qr code but the problem is it renders immediately instead of after clicking the submit button
so for that, i want a function that can render the qr code after clicking the button
i don't know what a…