Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Share image #123

Open
alexandrumic opened this issue Nov 24, 2020 · 1 comment
Open

Android Share image #123

alexandrumic opened this issue Nov 24, 2020 · 1 comment

Comments

@alexandrumic
Copy link

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!

@BANG88
Copy link
Member

BANG88 commented Nov 26, 2020

Hi @alexandrumic. The share is using the system share settings. so the result is as it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants