Open susu168k opened 6 months ago
Interesting, I had seen this as well when testing our WASM support.
What browser is this happening on? Safari has issues with stopping MediaStreams at least.
Interesting, I had seen this as well when testing our WASM support.
What browser is this happening on? Safari has issues with stopping MediaStreams at least.
All browsers, like chrome, firefox, safari
I have same problem. Which ver are you using? I'm using 5.1.1;. 5.0.2 seems fine. [Chrome]
Any update on this ??
I cannot reproduce this on Chrome/Firefox/Safari, on the latest version of mobile_scanner. The camera properly closes when:
I'm going to need the exact browser info on the browsers that this is occurring: 1) Is this on a regular web app in Safari/Chrome/Firefox/Edge/Opera. If not, are you using a WebView to use mobile_scanner ? 2) What version of the browser are you using 3) What version of mobile_scanner are you using 4) Are you compiling to WASM or JS
I had face the same issue with latest Chrome on Android. Flutter 3.24.3 This occurs when controller provided as in example. But without external controller it works fine.
@alexandrim0 "I had face the same issue with latest Chrome on Android. Flutter 3.24.3"
So this happens when mobile_scanner is used on Chrome on mobile devices, not when using Chrome on desktop? (i.e. MacOS / Windows)
My application works on Android \ iOS \ Web and can`t run on desktop.
After call controller.stop() and controller.dispose(), the web still shows the camera is using.