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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: