jquery-qrcode
jquery-qrcode copied to clipboard
When set `render: 'table'`, it can not work.
$code.qrcode({
width : 175
,height:175
,render : 'table'
,text : 'http://pr.oneplus.cn/blog/2015/pete-whats-never-settle'
});
Hi, this is a bug. The qr code cannot access. But, if we take out width
and height
, it is good. when set render: 'canvas'
, it also good.
I guess the size algorithm has a problem, when the render is table.
i've got the same problem as you do, when 'render' is set as 'table', there'll be some mistakes with the width and height of each td of the table, which makes the table a triangle rather than a square. if you have some clue, plz share with us, thx.
I'm sorry, i do not have a good idea. Maybe we want to read the souce code.
do you resolve this problem? @hiddaorear @stop2stare
It's been a long time that I can't remember what this issue is about, and still, it remains unresolved.