Closed alamenai closed 3 months ago
Hi,
My friend recommended using this library for scanning QR, and it works well on laptop, however in iOS I'm getting blank rectangle.
<Scanner onScan={(result) => console.log(result)} />
Browser: Chrome Device: iPhone 14 max OS: iOS
I found that the issue is from iOS security reason where it's impossible to access the camera without HTTPS.
Hi,
My friend recommended using this library for scanning QR, and it works well on laptop, however in iOS I'm getting blank rectangle.
Code
Browser: Chrome Device: iPhone 14 max OS: iOS