Reputation: 2591
I just mad a app which uses phongeab + phonegab BarcodeScanner Plugin. But for this webapp i need to install the app on my phone. Is it possible to make a webapp which can scan qr-codes without the need to be installed on the phone ?
Upvotes: 1
Views: 586
Reputation: 66886
This is the closest you can get from just the browser, but it works pretty well:
http://code.google.com/p/zxing/wiki/ScanningFromWebPages
Upvotes: 1
Reputation: 1351
no, scanning requires access to the camera which the browser will not allow.
Upvotes: 1