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
When I want to share an image made with the camera everything works fine. I get a prompt to share the image and can pick my app to share the image with e.g. Whatsapp, Instagram etc.
For our app we generate images. These images have an url e.g. https://myapp.com/generated/1293udsj When sharing this url the Share plugin sees this as just an text url instead of an image.
It looks like the Share plugin only sees the url as an image when it is stored on the device. Does anyone know a workaround for this? I've tried to download the file first and then pick it from the filesystem with no luck. Maybe there is a way to share base64 or blobdata?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I want to share an image made with the camera everything works fine. I get a prompt to share the image and can pick my app to share the image with e.g. Whatsapp, Instagram etc.
For our app we generate images. These images have an url e.g.
https://myapp.com/generated/1293udsj
When sharing this url the Share plugin sees this as just an text url instead of an image.It looks like the Share plugin only sees the url as an image when it is stored on the device. Does anyone know a workaround for this? I've tried to download the file first and then pick it from the filesystem with no luck. Maybe there is a way to share base64 or blobdata?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions