bitpay / cordova-plugin-qrscanner

A fast, energy efficient, highly-configurable QR code scanner for Cordova apps and the browser.
MIT License
567 stars 773 forks source link

camera preview wont work anymore #374

Closed Frooger closed 2 years ago

Frooger commented 2 years ago

I am not sure that s an issue but i think after an update of android my application wont work anymore with the plugin. I was unable to see the camera anymore so for people who also have the same issue. My solution was adding

<uses-feature android:name="android.hardware.camera" />

in the android manifests