Last active
March 12, 2016 17:54
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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