Hello,
In my ionic app I successfully setup the URL SCHEME so that when in the system browser I click on a scheme for my app ie. "myscheme://foo.bar" and it launches my app. That works fine. Now, I want to be able to return to the system browser from within my app. Not open a new URL in the system browser, just return to the system browser on the current page it has loaded (where the scheme link was clicked.)
How would I accomplish that?
TIA