-
I'm currently using the SharePlugin to use the native sharing feature, but when the user cancels the share an global error is thrown. Setup@capacitor/cli: 3.3.0 In an angular 12 App, calling the
This error seems to be triggered by the activityResult in the SharePlugin (See https://github.com/ionic-team/capacitor-plugins/blob/main/share/android/src/main/java/com/capacitorjs/plugins/share/SharePlugin.java#L44 ). After further investigation the native-bridge ( ) seems to be handling this reject call, but I can't find out how that can be propagated further to my own code.Has somebody else also once run into this issue? How did you resolve it? Cheers |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
i was facing similar issue on Android 10 when i tried to share large text file using Share Plugin
|
Beta Was this translation helpful? Give feedback.
i was facing similar issue on Android 10 when i tried to share large text file using Share Plugin