proposals
proposals copied to clipboard
Share Target
Plugin Request
The Share Target API provides methods for enable sharing content from any apps the user may have installed.
Name: share-target Package: `@capacitor-community/share-target
Platform(s)
Android IOS Web
Existing Solutions
https://web.dev/web-share-target/ https://developer.chrome.com/docs/android/trusted-web-activity/integration-guide/ https://github.com/j3k0/cordova-plugin-openwith https://github.com/carsten-klaffke/send-intent https://github.com/tavosansal/capacitor-plugin-send-intent
Description
On a mobile device, sharing should be as straightforward as clicking the Share button, choosing an app, and choosing who to share with. For example, you may want to share an interesting article, either by emailing it to friends or tweeting it to the world.
Is this about sharing from the capacitor app, or to it?
share to capacitor app
https://github.com/carsten-klaffke/send-intent is working absolutely fine.