I have created a PWA application on Vue.js with ability to scan QR code via vue-qrcode-reader. Now I need it to become a native android application. So, I tried to use apache cordova for it. The most of app works pretty fine, but when I launch QR code scanner it fails with NotReadableError. It doesn't ask for a permission, just fails. Is there any way to use vue-qrcode-reader inside cordova app?
Comments
Post a Comment