android - Creating a link in a mobile website that will open a QR code scanner -


it possible create link in mobile website open qr code scanner on iphone or android phone when user clicks on it?

specifically, building site using jquery mobile , want have button says "scan qr code." when clicks on it, open whatever scanning app have on phone.

i found another similar question here, , appears answer no.

this you:

http://qrdroid.com/web-masters.php

create link one: http://qrdroid.com/scan?q=http://www.example.com/your_page?q={code}

the scanner launched. after user scans code, webpage opened scanned code parameter.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -