instascan icon indicating copy to clipboard operation
instascan copied to clipboard

HTML5 QR code scanner using your webcam

Results 108 instascan issues
Sort by recently updated
recently updated
newest added

Hello everytime I run the example code I get in the console an error what says taht I have an Invalid length definied.

IOS 15 was not scanning QRCodes in portrait mode.

- Phone/mobile support - `{ video: { facingMode: "user" } }` - `{ video: { facingMode: { exact: "environment" } } }` - https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

Detecting qr codes stops working after rotating an android phone. How to reproduce this bug 1. browse to demo website (or create one). 2. make sure device rotation is allowed...

I am trying to scan qr code using instascan for javascript. It's working fine on android, even scanning is happening on IOS, the scanner.stop() function switches off the camera but...

After my team update iOS 15 when open the camera to scan QR Code it not detect anything..... i found some solution in other issue thread is advise to config...

` Instascan #video,#video_,#preview{ position: relative; width: 100%; height: 80%; top: 0.0%; border: 3px solid #E43E26; text-align: center; display: block; margin-left: auto; margin-right: auto; } #canvas{ position: relative; width: 100%; height:...

Hello, Instascan is awesome and I'm only having one problem. Rotating a phone and changing the orientation from the original loaded orientation to the second orientation, makes the scanner not...

The sample codes work well on iOS 14 but since the new update, it will only work in landscape. Page is loaded in Portrait mode but unable to scan anything....