Add support for Web Share API Level 2 #1704
jonathon-m
started this conversation in
Ideas
Replies: 2 comments
-
Is it possible to have this be compatible with Filesystem API so we can just pass their URI and Ionic handles the rest? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a shame, I would like to use the capacitor plugins but it's difficult when they miss basic functionality like this. Guess I have to fall back to https://www.npmjs.com/package/cordova-plugin-x-socialsharing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Chrome 75 on Android, it is now possible to share files using the native share sheet. We can only assume that this will be available in other browser soon, since it builds on the current Web Share API standard.
An example of how this is done can be found here.
This is particularly useful for anyone building PWAs.
Beta Was this translation helpful? Give feedback.
All reactions