My app gets launched from a webpage either with a deeplink or a universal link. I have a requirement to return to the same page which launched my app without opening a new browser tab or navigating to a new URL.
Is it possible to return to the original webpage in the same state it was left on (essentially invoking the app back button from the status bar programmatically - to return to the launching application)?
If not it sounds like my only option is to open a new tab in safari and pass query parameters to the page to retrieve its state back.