cozmo / jsQR

A pure javascript QR code reading library. This library takes in raw images and will locate, extract and parse any QR code found within.
https://cozmo.github.io/jsQR/
Apache License 2.0
3.64k stars 602 forks source link

iOS safari screen sleeps when QR video is scanning #173

Open Zitus opened 4 years ago

Zitus commented 4 years ago

I use this code on different iPhones and the display shuts down after seconds or minutes, depending on the user's setup.

I tried to implement nosleep js but it interferes with the current video play.

Can you modify it so the screen never turns off on Safari iOS? Is there any workaround?