avioli / uni_links

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

getInitialUri is return previous url on android #120

Open ioscarhunter opened 3 years ago

ioscarhunter commented 3 years ago

getInitialUri is return previous url after close app and enter from recent app on android

Steps to reproduce

  1. open app from deeplink getInitialUri is working
  2. press back or force stop
  3. open app from recent apps
  4. deeplink from step 1 still there

when open from recent apps getInitialUri expected be null

video using example app

https://user-images.githubusercontent.com/6735775/121560464-b9927400-ca41-11eb-9e99-0320a03262a6.mp4

guilhermedaldim commented 3 years ago

I have the same issue, any solution?

JErazo7 commented 3 years ago

Same problem

kateile commented 2 years ago

any solution on this?

agil3st commented 2 years ago

Does anyone solve this issue?