ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
41 stars 39 forks source link

Plugin conflicts with app links on Android #86

Open emersion opened 6 months ago

emersion commented 6 months ago

The plugin conflicts with app_links: share_handler handles VIEW intents and prevents app_links from handling them.

VIEW intents are handled here: https://github.com/ShoutSocial/share_handler/blob/43b35aa189f43751d68a0f00aaab03ed42d81339/share_handler_android/android/src/main/kotlin/com/shoutsocial/share_handler/ShareHandlerPlugin.kt#L174