ungoogled-software / ungoogled-chromium-android

Android build for ungoogled-chromium
GNU General Public License v3.0
491 stars 43 forks source link

QR codes cannot be scanned #93

Closed mealwhiles closed 3 years ago

mealwhiles commented 3 years ago

I expect this might have something to do with requiring a Google API to interpret QR codes. If so, I understand why the feature doesn't work.

Here's some pertinent info:

To reproduce the bug:

  1. Open a webpage in Ungoogled Chromium Android
  2. tap the three dots in the top-right
  3. Tap Share...
  4. Tap QR code
  5. Tap scan at the top
  6. Attempt to scan a QR code

Expected behavior: The QR code is scanned and opens a webpage.

Actual behavior: The camera view appears as expected, but the code is never scanned. No error messages are given, but no QR code can be scanned.

More context: Scanning QR codes works on Firefox and using an app called Binary Eye. Therefore I know the problem is not caused by my OS or bad camera quality.

wchen342 commented 3 years ago

Yes, you assumption is right. The QR scanning are removed because it uses google's vision API which depends on a binary library.