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.
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 callingcontrols.stop()
After this the camera is still running and the scanning alsoMaybe it is something similar to #53