I have an image library in my app, and I would like the user to be able to download each image to their device, by clicking on a download button.
I have set up “File downloader” plugin but it seems it’s not working.
This is the workflow when someone clicks the button:
When I click the button nothing happens, which is strange, because in Debugger everything seems fine.
Is this because the images are actually stored outside my bubble database. I just store the URLs to the image.