This is the an example project for cordova-plugin-qrscanner plugin
- Buil
cordova build android
- Run on device
cordova run android
Make body and app background transparent show www/css/index.css I made some changes in index.css to show the scanner video.
There is some problem in the library and it does not compile, you need to run this command from terminal to replace UIApplication.openSettingsURLString with UIApplicationOpenSettingsURLString or open Xcode and change directly in cordova-plugin-qrscanner-demo/platforms/ios/QRScannerDemo/Plugins/cordova-plugin-qrscanner
find . -type f -name "*.swift" -print0 | xargs -0 sed -i '' -e 's/UIApplication.openSettingsURLString/UIApplicationOpenSettingsURLString/g