-
```
What steps will reproduce the problem?
1.given this code:
html2canvas($("#sd-body-invoice"), {
"useCORS": true,
"allowTaint": true,
"logging": true,
"proxy": "html2canvasproxy.php",
"o…
-
```
What steps will reproduce the problem?
1.given this code:
html2canvas($("#sd-body-invoice"), {
"useCORS": true,
"allowTaint": true,
"logging": true,
"proxy": "html2canvasproxy.php",
"o…
-
```
What steps will reproduce the problem?
1.given this code:
html2canvas($("#sd-body-invoice"), {
"useCORS": true,
"allowTaint": true,
"logging": true,
"proxy": "html2canvasproxy.php",
"o…
-
Since this great scanner is based on zxing which supports Code128 (most common) and other 1D barcodes, do you think it will be hard to add support for those?
Thanks,
Dimitar
skito updated
3 years ago
-
Olá Pessoal,
O Chrome está imprimindo errado os códigos de barras e as tabelas dos boletos,
o html do boleto está saindo corretamente, mas quando aperto Crtl+p para imprimir ele fica todo estranho…
-
With zxing android it so easy when i have small QR with dimension like 1x1 cm. Easy to scan, but when using zxing js more harder when camera cant read that QR. I think problem come from autofocus, is …
-
Hello. Are there any bindings or utilities to make the encoder and decoder on windows? I am completely inexperienced in c++ and would love to try this awesome library out. Thank you.
-
Hi All,
A couple days ago I realized that images were missing from the PDF's I'm generating ... it wasn't an issue prior to that and I'm still trying to track down what "changed" (no code changes on …
-
hi
i downloaded the dependencie and followed the instructions as said in the documentation , but in my web version of the flutter app the barcode scanner just open the camera and stay there , i didn…
-
## Pre
I am using the API of `Html5Qrcode` with React to create the scanner component and use it inside a Modal. Upon opening the Modal, the scanner is initialized and the `start()` method is called,…