Closed emersion closed 8 months ago
Thanks for the report. I agree with this change, this package has no aim to handle sharing feature. This basic support was originally added because there was no other package to handle this on Android platform.
Done in cc6aea93
Thank you very much!
Describe the bug
When using this plugin with share_handler: this plugin handles the share-to-app intents instead of leaving it up to the other plugin.
Manifest:
When opening
irc://
links,app_links
handles theVIEW
intent properly.When sharing an image to my app,
app_links
handles theSEND
intent, but shouldn't. TheSEND
intent should be left for theshare_handler
plugin to handle.Does it related to
[x] App Links (Android)
[ ] Deep Links (Android)
[ ] Universal Links (iOS)
[ ] or Custom URL schemes? (iOS)
Does the example project work?
[ ] Yes
[ ] No
[x] Irrelevant here
Did you fully read the instructions for the targeted platform before submitting this issue?
[x] Yes
[ ] No
[ ] Irrelevant here