qrcodejs icon indicating copy to clipboard operation
qrcodejs copied to clipboard

Suggestion: Can html table output be extracted for dynamic html injection?

Open hadjiprocopis opened this issue 2 years ago • 0 comments

This is a feature request:

I have a case where I want to calculate the qrcode and open a modal to present it. Right now I am forced to have html and javascript into the modal and ask the modal to eval it. It works fine but I kind of don't like it. I would prefer that I send to the modal just plain html without script.

So, can there be a feature to extract the qr-code as plain html, at least in the case of non-canvas, html-table, instead of your code writing it into a div?

thank you for writing and providing this code, a.

hadjiprocopis avatar Mar 02 '22 21:03 hadjiprocopis