Skip to content

Instantly share code, notes, and snippets.

@mvark
Last active March 12, 2016 17:50
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/4ea92ffa98add05d725c to your computer and use it in GitHub Desktop.
Save mvark/4ea92ffa98add05d725c to your computer and use it in GitHub Desktop.
The page ZXing Barcode Scanner will send the scanned barcode text
<!-- 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>Desc</title>
</head>
<body>
<script>document.write(location.href);</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment