appinbrowser after reduce app and return is hidden in iOS ionic v3


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

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles