With the new deepLinkActivated
API the absoluteURL
could be changing and being used as state tracking
Suppose there was one screen in the app that we want it to be opened from deep link and also a button in the app. I want that when we click the button, the absoluteURL will also changed to be the same as when we open the app from deep link
So I wish that we should have API like Application.DeepLinkActivate
to set absoluteURL
to the new url and invoke deepLinkActivated
. Actually it should be the same behaviour as opening from url directly
Is it already possible? If not I wish this thread would be consider feature request