$ window.open (encodeURI (ENV.liveSite), '_blank', 'location = yes, clearcache = yes, clearsessioncache = yes, hideurlbar = yes, toolbarcolor = # e85147');
Для этого доступен еще один плагин Тема ThemeableBrowser
ThemeableBrowser
Func(){ const options: ThemeableBrowserOptions = { statusbar: { color: '#ffffffff' }, toolbar: { height: 44, color: '#f0f0f0ff' }, title: { color: '#003264ff', showPageTitle: true } } const browser: ThemeableBrowserObject = this.themeableBrowser.create('https://ionic.io', '_blank', options); }
ссылка