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", {});