Hi,
Thanks to QR generator link, I am generating a QR code image in my app.
I added image component,
I set image url to value of “QR generation url” (eg. http://ewewewew/qr.php?qr=myqrmessage)
How can i download this image in the app. I tried to do it via webview, but as my image is not have a proper image link (eg. jpg, png or gif etc.) i can not download it by adding url “&dl=true”
So waiting your comments and solutions. Thanks.