This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Can't open the QR Code Scanner: Access denied finding property "vendor.camera.aux.packagelist" #25
Labels
needs reply
needs reply from the user
Describe the bug
Nothing happens on the android app when I call:
await BarcodeScanner.startScan()
Expected behavior
The bar code scanner should appear.
Version
I'm using Ionic 5 Angular with Capacitor, here the versions:
Smartphone (please complete the following information):
Additional context
I added
Here the error logs I get on Android studio when I call await BarcodeScanner.startScan():
Here a part of my AndroidManifest.xml:
Here a part of my MainActivity.java:
Here the javascript code I use:
The android app already has Camera/Location/Microphone/Storage permissions granted on the phone.
The text was updated successfully, but these errors were encountered: