Is there any way to display in appbowser along with ion-header and ion-navBar

below is the code which is launcing in appbrowser but without ion-header

var url=“www.google.com
launchInAppBrowser(url:any){
const browser = this.iab.create(url, ‘_blank’,
{
location: ‘yes’,
clearcache: ‘yes’,
clearsessioncache: ‘yes’,
target:’_self’,
});
}