-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cordova Android app #543
Comments
Hi, I've got a similar problem with a Capacitor based app on Android. The "video play image" appears for a few seconds until the camera is fully initialized, then the video preview is displayed correctly.
In the corresponding log, "CameraDevice.StateCallback onOpened" is called twice and the video preview stream is only available after the second call. On iOS and Web the problem doen't occur. Does anyone has any recommendations how to handle this? |
Hello, I am using the ZXingScanner in an Android application through Cordova. I have the permissions , and the plugins cordova-plugin-camera and cordova-plugin-android-permissions are installed. Although the image appears, the ZXingScanner is not functioning on Android, and the camera does not respond. However, there are no issues in the browser. Please help me identify the problem.
The text was updated successfully, but these errors were encountered: