I am starting phonegap and I learn many plugins in phonegap but I am getting stuck when I want to use QR scanner in phonegap. Give me any solution if there is
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
Have tried this QR code scanning in my cordova app a while back. Hope it should work fine. The code is as follows:
index.html
app.js
Ensure to add jquery library js file and QR code scanner plugin from phonegap-plugin-barcodescanner link to try out this sample.