qrcodejs icon indicating copy to clipboard operation
qrcodejs copied to clipboard

Cross-browser QRCode generator for javascript

Results 131 qrcodejs issues
Sort by recently updated
recently updated
newest added

I found the bug on Huawei mate30 which userAgent is "... Android 10 ...", Qrcode.js can not get the correct android version on the device because of the reg. I...

the qr code stays at the left side of the div. I have tried the css alignment, the style attributes to align it to center. Yet, the qr code still...

Added quiet zone / border option. I understand that you can use css margin as stated in issue #21, but when you save the QR code as an image, there's...

// android 2.x doesn't support Data-URI spec function _getAndroid() { var android = false; var sAgent = navigator.userAgent; if (/android/i.test(sAgent)) { // android android = true; // android 10.X Regular...

作者判断时候是判断X.0版本号的(X为1-9),而新机(如 华为mate20)安卓版本号为9,并非9.0,故判断不到,所以导致生成不了二维码。故将n方法里改为如下图代码即可 ![image](https://user-images.githubusercontent.com/28388644/48323052-4647dc00-e665-11e8-88a3-ed4f8a44fe74.png)

this will generate an error. go here: https://codepen.io/davidshimjs/pen/NdBYrg and enter the below > https://sdasda-asdasd-in-uat.appspot.com/?bid=0006300GG-UCA01&title=G-UCA01&name=Faculty%20of%20Information%20Technology&z=1&lat=-37.910976965731614&lng=145.13378548592536&fid=12143&cid=159&pid=1154825&buildingId=3387 **error message:** qrcode.min.js:1 Uncaught Error: code length overflow. (1756>1056) at Function.b.createData (qrcode.min.js:1) at b.makeImpl (qrcode.min.js:1) at...

Best way to import this package into an angular 4/5 application?

QR Code Numeric mode support is added. Now up to 7089 character (only digit) can be added to QR Code. fixes issues #100 #83 #229