Hello everyone, I have a problem with the “sharing” function of Kodular, I am making an application with some images and I want the image to be shared when clicked, I tried the “sharing” blocks but a message appears saying that It is not downloaded to the device (the image).
Hi,
I have seen tutorials but the problem is that you do not want it to download because it has to be on the device and each device may have a different download path.
if image is offline then you have to provide full path of that image, then only sharing component will pick that image for sharing
if image is online then you can =
first download the image and then share it
use this extension image loader there is a block called “extract cached image” use that that block to first extract that image and then use it in the sharing component to share