Ionic4: How to open external link from Side Menu
问题 On my ionic project, I have created side menu at app.html to be available through the whole app, this menu contains items with links that should be opened externally. I have tried to open them with InAppBrowser but I have this error pups up: uncaught (in promise) invalid views to insert app.html: <ion-list no-margin> <ion-item menuClose ion-item no-lines *ngFor="let l of SocialLinks" (click)="openPage(l.Url)"> <ion-icon name="{{l.icon}}"></ion-icon> </ion-item> </ion-list> app.component.ts: