InAppBrowser in ion-content

Dears ,

I’m using In AppBrowser to open a URL inside the app , However
i noticed that the plugin create a subview to open the URL.
what i want to accomplish is to open the URL in ion-content and not dismissing the ion-nav-bar.(not to be opened in a new view)
Knowing that i do need to use InApp Browser and don’t want to use iFrame as i need to inject javascript code in the UIWebview .

Any advise ?