when opening a hyperlink and minimizing the app, the tab disappears
const choices: InAppBrowserOptions = {
location:"no",
zoom: 'no',
hidenavigationbuttons: "sure",
toolbar:'sure',
hideurlbar: 'no',
closebuttoncaption:'Regresar',
closebuttoncolor:'#FFFFFF',
toolbarcolor:"#1b2668",
footer:"sure",
footercolor:"#1b2668",
presentationstyle:'fullscreen',
toolbarposition:"prime"
}
const browser = this.iab.create(url, "_blank ", choices);
i would like the tab solely present till closed with shut button