Я использую ionic 3, мне нужно отобразить веб-представление.
updateUrl() {
console.log('check');
//this.loading.dismiss();
let localaccesstoken = localStorage.getItem('token');
let safeURL = this.win.Ionic.WebView.convertFileSrc('https://www.google.com/');
this.urll = safeURL;
return this.sanitizer.bypassSecurityTrustResourceUrl(safeURL);
}
показывает ошибку: ОШИБКА TypeError: "this.win.Ionic.WebView isнеопределенный "