Inappbrowser access to ionic views?

Hi,

is it possbile access to the exist page while in the browser view?

for example:
I am opening url: google.com, after I click the search button, all I want to do is jump back to my done pages, like my search page.

cordova.ThemeableBrowser.open(‘http://www.google.com’, ‘_blank’);

how can I do that?

plz advise, thx.

No, you cannot as the in app browser is a separate instance not attached to your app.

Use a combination of inapp browser events.

how to use a combination of inapp browser events?

I have tried loadstop events and change the url to ionic views, but seems not worked.

plz advise.

thx.