You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: