findmate / cordova-plugin-jitsi-meet

Cordova plugin for jitsi meet react native sdk
17 stars 21 forks source link

iOS using Deprecated API UIWebView #10

Open dmastag opened 4 years ago

dmastag commented 4 years ago

I got this issue when uploading to App Store. The iOS portion needs to update to the new API

image

sangeetjass commented 4 years ago

This might not be because of this plugin, but default behaviour of cordova, to remove this error you need to install https://www.npmjs.com/package/cordova-plugin-wkwebview and other dependent plugin as per your requirement.

ChrisZinnecker commented 4 years ago

In addition to the previous comment, you can add this code <preference name="WKWebViewOnly" value="true" /> to your config.xml under <platform name="ios">

Zeno97 commented 3 years ago

Actually cordova 10 implements the wkwebview as default. I suggest to install cordova 10