Describe the bug
First, thanks for the great plugin.
I have a problem with iOS where I am able to get the URIs with uriLinkStream.listen when the app is already open (or in background), but not with 'cold start' and getInitialUri.
To Reproduce
Steps to reproduce the behaviour:
Kill the app
Go to say Notes, click on a link, in my case https://app.circled.me/something
Describe the bug First, thanks for the great plugin. I have a problem with iOS where I am able to get the URIs with
uriLinkStream.listen
when the app is already open (or in background), but not with 'cold start' andgetInitialUri
.To Reproduce Steps to reproduce the behaviour:
Notes
, click on a link, in my casehttps://app.circled.me/something
null
forgetInitialUri
Expected behavior Receive
https://app.circled.me/something
Smartphone (please complete the following information):
Additional context An example successful flow with
uriLinkStream.listen
:Notes
, click on a link, in my casehttps://app.circled.me/something
https://app.circled.me/something
withuriLinkStream.listen