-
Notifications
You must be signed in to change notification settings - Fork 3
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
QR Code scanning not working on Volla OS #364
Comments
relevant android logs:
|
Volla OS doesn’t include Google Play Services by default, which might cause some issues related to native APIs required by Tauri. You can use MicroG to mimic Google Play Services. However, I’ve tested it on my Volla Phone 22 with Volla OS 14 and Volla Messages v0.7.1, and it works fine. Could you confirm your Volla OS version? Also mention if it was observed with MicroG activated or not. |
thanks, updated the description to note the volla phone and OS, and describe the issue more clearly |
I’m wondering if the changes introduced in v0.7.3 might have caused the issue, as it’s working fine on v0.7.1 on a device running Volla OS. Should I forward this to our Beta Channel testers to check if it’s reproducible in older versions? |
I just reproduced the issue on 0.7.1 as well. Can you please confirm that you're actually able to successfully scan a QR code? I.e. pointing the phone at an actual QR code causes the scanner UI to close and the value to be filed in to the "Contact Code" field |
I had shared you the working Screen recording in signal |
Some more points to add in this issue!
|
Yes, thank you -- would be good to upload to this ticket as well! It seems the issue is inconsistent so I think best to mark the ticket as "needs reproduction" and wait to see if we get more user reports before deciding if its worth investing more time into debugging it.
Yes, and the camera works in the QR code scanning
Yes permissions are granted, and the camera works when QR code scanning. It just never successfully scans the code |
5_6302969561780065805.mp4 |
QR Code scanning works fine on standard android devices, but it does not seem to be working on Volla OS.
The QR scanner opens, shows the scanning UI properly, but when pointing it at a QR code, it never completes the scan. On a standard android device, when a QR code is visible in the frame the scan completes automatically.
I've reproduced this on:
14-20240907-STABLE-algiz
, with all MicroG features enabled, using Volla Messages 0.7.314-20240907-STABLE-algiz
, with all MicroG features enabled, using Volla Messages 0.7.113-20240503-STABLE-mimameid
, with all MicroG features enabled, using Volla Messages 0.7.3My understanding is the tauri-plugin-barcode-scanner requires a library to scan qr codes that it downloads and installs at runtime. It seems like the Volla OS does not support the android api used to do this ModuleInstall.API
Here is the relevant issue in tauri-plugin-barcode-scanner: tauri-apps/plugins-workspace#836
The text was updated successfully, but these errors were encountered: