Skip to content

Instantly share code, notes, and snippets.

@mvark
Last active March 12, 2016 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvark/91229558150c05438c1f to your computer and use it in GitHub Desktop.
Save mvark/91229558150c05438c1f to your computer and use it in GitHub Desktop.
HOW TO scan a barcode with Android smartphone camera from a web page (works within an Android browser & smartphone having ZXing Barcode Scanner installed)
<!-- Read related post: http://mvark.blogspot.in/2016/03/how-to-scan-barcode-with-android.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<a href="zxing://scan/?ret=http://example.azurewebsites.net/desc.html?code={CODE}">Scan</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment