Open rneralla-equinix opened 2 years ago
reset() should actually do the job. Did you use @zxing/browser instead of library? Is there any error?
if the BrowserQRCodeReader
from '@zxing/library' works, just use that instead. Deprecated does not mean you can't use it.
Stale issue message
Hello @werthdavid, @odahcam
I am having an issue in closing the Camera after the successful scan. I tried to use import { BrowserQRCodeReader } from '@zxing/library'; but it says it got deprecated and moved to import { BrowserQRCodeReader } from '@zxing/browser' and if I use reset() function, my camera is still on after the scan.
can you please help me out with this issue
Thanks