Monday, July 8, 2024
HomeiOS Developmentionic v3 ios 17.5 home windows.open not opening the URL

ionic v3 ios 17.5 home windows.open not opening the URL


I’ve lately up to date from xcode 12 to xcode 15.4 in order that I will meet the app retailer’s requirement of constructing apps with IOS SDK 16.1

Nonetheless, upon doing so I’m not capable of set up the cordova plugin cordova-plugin-inappbrowser on account of incompatbility points Plugin does not assist this challenge's cordova-ios model. cordova-ios: 5.1.1, failed model requirement: >=6.0.0

Therefore, I’ve changed my iab code to open url’s in one other tab to utilizing window.open nevertheless the hyperlink just isn’t being opened.

How can I resolve this challenge?

html file

<ion-row class="termsAndConditions">
      <div tappable (click on)="openMobileBrowser('https://www.google.com')">{ translate}</div>
    </ion-row>

ts file

 openMobileBrowser(url){
    console.log("OPEN!!!");
    console.log(url);
    window.open(url, '_system');
    // const browser = this.iab.create(url, '_blank');
  }



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments