jamenamcinteer / react-qr-barcode-scanner

A simple React Component using the client's webcam to read barcodes.
69 stars 71 forks source link

MacOS Safari camera doesn't unmount #23

Open JakubPekar opened 2 years ago

JakubPekar commented 2 years ago

Tested on: Mac OS Safari (14.1 and 15.1) iOS Safari and Mac OS Chrome work fine

Issue: In Mac OS Safari the camera is not unmounted (turned off). StopStream set to true doesn't unmount the camera, neither does unmounting the component.