Hi,
My code was working fine until I updated chrome, since then this code returns:
new QRious
({
element: document.getElementById("qrcodecanvas"),
level: 'H',
padding: 0,
size: 250,
value: dataqr
});
Uncaught ReferenceError: QRious is not defined
the element is defined before the script code like this
I also tried to use canvas instead of img
Any suggestion?
Thanks
Luigi