@VidhyaC wrote:
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’,
});
}
Posts: 1
Participants: 1