Ionic show website in app

hi guys
i want show website in my app in modal. i using InAppBrowser like below

const browser = this.iab.create(‘https://ikc.shaparak.ir/TPayment/Payment/Index’, ‘_self’, ‘fullscreen=no’);

but page is full, i want user can close modal

That’s not possible unfortunately. The inAppBrowser could be opened in the system browser though, by setting it to open on _system.