You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I need help, I am creating an application that will scan qr code. I am using cordova and so I added the cordova qrscanner plugin. When I place "QRScanner" in my code, it does not work, the console tells me that "QRScanner is not defined". What should I do ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I need help, I am creating an application that will scan qr code. I am using cordova and so I added the cordova qrscanner plugin. When I place "QRScanner" in my code, it does not work, the console tells me that "QRScanner is not defined". What should I do ?
QRScanner.prepare(camPrepare);
const btnScanner = document.querySelector(".btn1");
btnScanner.addEventListener("click", QRScanner.prepare(camPrepare));
Beta Was this translation helpful? Give feedback.
All reactions