Skip to content

Scan to Webpage

Adriano edited this page Jan 24, 2017 · 2 revisions

Use this app from your webpage is really simple. All what you need is a "Weblink" and this app will be opened automatically if you are using a smartphone or Windows 10. Here a simple example:

<html>
<body>
<script>
  function onQR2WebCodeScan(barcode) {alert("Parsed code: " + barcode);}
</script>
<a href="qr2web:/">SCAN</a>
</body>
</html>

For more examples, visit the DEMO PAGES

Clone this wiki locally