avioli / uni_links

Flutter plugin for accepting incoming links.
BSD 2-Clause "Simplified" License
563 stars 303 forks source link

Navigation after opening android deep link #128

Open kobimilan995 opened 3 years ago

kobimilan995 commented 3 years ago

I'm using HTTPS scheme and am testing on my Android Emulator.

When I tap on a link, the flutter app tries to navigate to a screen that is specified in the link itself, after '/'. For example, if I open this link https://some-domain.com/settings, it will try and navigate to a route named '/settings'. Is there a way to override this behavior to not navigate anywhere, and let me parse the link, and navigate wherever I want

rikai-trongpq commented 3 years ago

Any update... I have same issue.

andyluuwbs commented 3 years ago

You need to remove flutter_deeplinking_enabled from AndroidManifest.xml