Currently, I am utilizing barcodescanner.js for scanning QR codes. I have successfully downloaded and linked the CaptureActivity android library to my project.
However, when attempting to execute the following code:
window.plugins.barcodeScanner.scan(scannerSuccess, scannerFailure);
An error is being generated that states:
Uncaught TypeError: Cannot read property 'barcodeScanner' of undefined at file:///android_asset/www/html/scan.html:83
Oddly enough, this functionality was operational yesterday but seems to be encountering issues today. Any insights into potential resolutions?