-
In a webview app, if I have an image, how can I download it to the user's phone or open the share menu for them to share on social media? I am using these permissions, but not able to download
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
@JKDos
Downloading Image
In order to download image what you can do is you can get the public URL of image and send that to
back process
over IPC and there you can the image from the received URL and can use FS module to save that in user's phone.Share on social media
You can create social media sharing dialog in HTML itself or React and can read from user's device using FS and share.