Ionic/React share target

Hey guys!
I’m currently working on a Ionic/React based application, which i need to be able to register as a Share-target (mainly for android), so i want to Share TO that App, not just from that app.
the Capacitor docs currently only show how to share FROM your app, so is this currently not supported by Capacitor?
if it isn’t, is this something I could create a custom Plugin for, or would i need to go for Cordova?

if I need to use Cordova, how would I use Cordova with React/Ionic, seeing that its not supported by the CLI

Hi there,

I’m just working on a plugin that allows your app to be a share target. (Android for now only)

You might want to check this out or even contribute: https://github.com/marwonline/capacitor-share-target

1 Like