browser
browser copied to clipboard
controls.stop() DOMException: The associated Track is in an invalid state
I get this DOMException: The associated Track is in an invalid state in chrome on mobile devices.
Using the BrowserMutliFormatReader and call the function decodeFromDevice the error occures after calling controls.stop()
After this the camera is still running and the scanning also
Maybe it is something similar to #53
Fix: scanner controls method .stop() generating exception due to scope issues.

Any updates on this? We are experiencing DOMException as well due to controls.stop() not being awaitable.
