You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying Quagga 2 (Javascript) for my web app project (Android/iOS). I have created a simple app with just a webview that shows the web application.
The problem I'm experiencing is that the image from the webcam is 'frozen' unless I touch the screen. No matter where I touch, when I touch the screen, frames are updated, but if not, the image keeps frozen.
Barcodes ARE detected with no problem, but I have to do the trick (touching the screen).
If I open the web application using Chrome browser in the Tablet, all works fine. Live stream is working fine and I don't need to touch the screen to refresh/update the frames.
It is an old tablet (Samsung Galaxy TAB A), but works fine in the Chrome browser. The problem is only in WebView.
Is it a known issue? Something I could try, maybe with different Quagga initialization config parameters (numOfWorkers, frequency, etc.)?
Looks like the Tab A is quite a few years old, and might've had Android 7 or 8, which I want to say is right around the absolute minimum necessary for camera to work in browser, though my memory could be wrong there. If the internal webview in that version is quite old, it could very well be a problem with that. I'm guessing that doesn't update with the Chrome version.
Hi!
I'm trying Quagga 2 (Javascript) for my web app project (Android/iOS). I have created a simple app with just a webview that shows the web application.
The problem I'm experiencing is that the image from the webcam is 'frozen' unless I touch the screen. No matter where I touch, when I touch the screen, frames are updated, but if not, the image keeps frozen.
Barcodes ARE detected with no problem, but I have to do the trick (touching the screen).
If I open the web application using Chrome browser in the Tablet, all works fine. Live stream is working fine and I don't need to touch the screen to refresh/update the frames.
It is an old tablet (Samsung Galaxy TAB A), but works fine in the Chrome browser. The problem is only in WebView.
Is it a known issue? Something I could try, maybe with different Quagga initialization config parameters (numOfWorkers, frequency, etc.)?
This is my current initialisation code:
The text was updated successfully, but these errors were encountered: