Inappbrowser target self not works on ios

I have problem to use inappbrowser native plugin on ios platform. If I use target _self, the system opens system browser, not in app browser. could you please help me in pvt?

Ionic 5 with cordova platform

let browser = this.iab.create(url, "_self", {});

hi, maybe you can try to change the _self to _blank to see whether working o not ?

1 Like