InAppBrowser not working in Windows 10

InAppBrowser is not working in windows 10 but it’s works well in iOS and Android

nothing happening

1 Like

HI, did you get any solution for this yet because I am struggling like hell here, InAppBrowser is not working in windows surface and windows 10.

@team Pls look into this bug.

i did this in my project
openwebpage(url:string){
const browser = this.inappbrowser.create(url, ‘_self’);
}

the in my ion button i added this
(click)=“openwebpage(Your url here)”

it worked fine for me