You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TrAndRS That may be an artifact of logic that I got from a different library. Is there a case where the library would want to handle Intent.ACTION_VIEW? If not, I could remove it. I'm just afraid it might break something. If it might be desired, it's possible to add some kind of configuration, but that would take some effort as right now I'm not passing any configuration from the dart side to the client side. I'd be happy for help though :)
I'm using firebase_dynamic_links and this plugin
I'm using this plugin for creating post with sahered text or images, and using firebase_dynamic_links for opening shared posts by link.
But when I'm opening app with link it first sending that link to create post and then opening post screen.
Every time my Android app opens some deep link, that url goes to sharing stream.
share_handler/share_handler_android/android/src/main/kotlin/com/shoutsocial/share_handler/ShareHandlerPlugin.kt
Lines 174 to 177 in 700834b
Meanwhile on iOS app share_handler ignores regular urls opening.
Is it possible to disable ACTION_VIEW intent handling for Android?
Thanks.
The text was updated successfully, but these errors were encountered: