capacitor-community / barcode-scanner

A fast and efficient (QR) barcode scanner for Capacitor
MIT License
437 stars 167 forks source link

E Access denied finding property "vendor.camera.hal1.packagelist" #263

Open xhnl21 opened 1 year ago

xhnl21 commented 1 year ago

repo: https://github.com/xhnl21/Scanner-QR/tree/main/ScannerQR-V1

Describe the bug E Access denied finding property "vendor.camera.hal1.packagelist"

To Reproduce When you start ionic vuejs on the web and click the button, it asks for the permissions and after accepting, turn on the camera and you can scan the qr, otherwise after compiling the app on android on it and run the app from android studio, on it logcat shows me the following msg E Access denied finding property "vendor.camera.hal1.packagelist" the screen changes color to black and shows nothing

Version [e.g. v1.0.0]

Desktop (please complete the following information):

thegnuu commented 1 year ago

Unfortunately I am not able to test it right now, but this issues seems related to the permission handling in your Android setup and not to the plugin itself. Since this message comes from android itself on a lower level, not from the plugin.

Please try to clean your Android folder and check if your permissions are set up correctly.