AdrianoCelentano
AdrianoCelentano

Reputation: 2591

Scanning QR Codes on android without java

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

Answers (2)

Sean Owen
Sean Owen

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

gmh04
gmh04

Reputation: 1351

no, scanning requires access to the camera which the browser will not allow.

Upvotes: 1

Related Questions