breautek commented on issue #680: URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/680#issuecomment-618622766
Use `[email protected]` and the latest version of `[email protected]` along with the [WKWebViewOnly](https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html) flag. You'll need a [wkwebview plugin](https://github.com/apache/cordova-plugin-wkwebview-engine), but I see that you're already using `cordova-plugin-ionic-webview`, as long as that's up to date I think that's fine, but not 100% sure. You may need to ask ionic if they reference the `UIWebView` in their webview. If you still see the deprecation warning using the versions I mentioned, then you have other plugins referencing `UIWebView`. Social media plugins are some common ones that gets people. I'm not sure how to get your frameworks to use the versions listed above. You may need to contact the appropriate capacitor support channels to learn more about that. Alternatively, people in our #cordova-ios [slack](http://slack.cordova.io/) channel may be able to help as well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
