On mobile phone I want to provide image share using Javascript navigate.share()
method
This interface requires a list of files for attachment as explained here
In the share files example, the interface requires the user to select a file, however, the image I want to share resides in a buffer (large string).
How can I share that buffer as a file?