Hi,
Ionic CLI : 5.2.1
Cordova CLI: 8.0.0
Cordova iOS 5.1.1
I’ve got two questions:
-
Is there any way to confirm whether UIWebView is being used before I upload to Apple because that’s a time-consuming way of checking …
-
I have installed cordova-plugin-ionic-webview 5.0.0 and I have modified the config.xml to force WKWebView as below
<feature name="CDVWKWebViewEngine"> <param name="ios-package" value="CDVWKWebViewEngine" /> </feature> <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" /> <preference name="WKWebViewOnly" value="true" />
But when I upload through XCode, Apple bounces the app back saying it’s using UIWebView
I have done platform rm/add multiple times, to no avail
Any ideas?
1 post - 1 participant