zxing-js / library

Multi-format 1D/2D barcode image processing library, usable in JavaScript ecosystem.
https://zxing-js.github.io/library/
Apache License 2.0
2.43k stars 541 forks source link

Is it possible to manipulate the iPhone permission access using Multi-format video camera? #486

Open bleachjade opened 2 years ago

bleachjade commented 2 years ago

I've been using this code from this demo. and I ran into the problem that it asked every time for the camera permission when you've reloaded the page (iPhone) but for Android, it only asked once. Furthermore, if it is available for the multi-languages sites too like you can change the permission text or not, I used WordPress by the way

Thank you in advance,

cenkerkumlucali commented 2 years ago

Unfortunately not. I guess Apple is making it difficult for random websites to spy on the user through their camera by requiring permission each time. Requiring additional steps from the user to permanently grant access ensures that the user really trusts the website and knows what they're doing (as opposed to clicking "OK" on a random popup).

github-actions[bot] commented 4 months ago

Stale issue message