hey guys, i’m using the InAppBrowser plugin and i want to hide toolbar?
const options: InAppBrowserOptions = {
location: ‘no’
};
const browser = this.iab.create(‘URL_HERE’, ‘_self’, options); }
hey guys, i’m using the InAppBrowser plugin and i want to hide toolbar?
const options: InAppBrowserOptions = {
location: ‘no’
};
const browser = this.iab.create(‘URL_HERE’, ‘_self’, options); }