Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can support 2D Data Matrix Code read #83

Open
Jone-C opened this issue May 29, 2018 · 1 comment
Open

Can support 2D Data Matrix Code read #83

Jone-C opened this issue May 29, 2018 · 1 comment

Comments

@Jone-C
Copy link

Jone-C commented May 29, 2018

At frist finished QR code scanner in my app, but we need also support 2d data matrix code, then it will perfect web scanner.

Can any one to help, thanks a lot.

JSP Code: (No support IOS)

%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>

<title>Web Scanner</title> <style type="text/css"> body{ width:100%; text-align:center; } img{ border:0; } #main{ margin: 15px auto; background:white; overflow: auto; width: 100%; } #header{ background:white; margin-bottom:15px; } #mainbody{ background: white; width:100%; display:none; } #footer{ background:white; } #v{ /* width:320px; height:240px; */ width:100%; height:100%; } #qr-canvas{ display:inline; /* none */ } #qrfile{ width:320px; height:240px; } #mp1{ text-align:center; font-size:35px; } #imghelp{ position:relative; left:0px; top:-160px; z-index:100; font:18px arial,sans-serif; background:#f0f0f0; margin-left:35px; margin-right:35px; padding-top:10px; padding-bottom:10px; border-radius:20px; } .selector{ margin:0; padding:0; cursor:pointer; margin-bottom:-5px; } #outdiv { width:100%; height:100%; border: solid; border-width: 3px 3px 3px 3px; } #result{ border: solid; border-width: 1px 1px 1px 1px; padding:20px; width:70%; } </style> <script type="text/javascript" src="jswebscanner/llqrcode.js"></script> <script type="text/javascript" src="jswebscanner/webqr.js"></script>

Web Scanner


- scanning -
 

<script type="text/javascript"> load(); </script>
@Velliz
Copy link

Velliz commented Aug 31, 2019

+1
also looking for Aztec format support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants