Hello 👋 ,
On iOS when you share an image, that image is shared as blob/attachment.
It is possible to share image on Android directly (using a blob for example)? Or if not, to add an event listener, something like onShare and if that is passed, to use the logic from there 🤔 ?
If I'm using a URL, then that URL is shared as a simple URL string instead of the image directly (like on iOS).
Also, for some images I'm using local path and this will not work if I share a local path string.
Thank you in advance!
Hello 👋 ,
On iOS when you share an image, that image is shared as blob/attachment.
It is possible to share image on Android directly (using a blob for example)? Or if not, to add an event listener, something like
onShareand if that is passed, to use the logic from there 🤔 ?If I'm using a URL, then that URL is shared as a simple URL
stringinstead of the image directly (like on iOS).Also, for some images I'm using local path and this will not work if I share a local path
string.Thank you in advance!