We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UIWebView
1 parent 5bb9dc9 commit 6fc2ba4Copy full SHA for 6fc2ba4
cordova/config.xml
@@ -19,6 +19,16 @@
19
<icon src="res/planet-72.png" />
20
21
<platform name="ios">
22
+ <preference name="WKWebViewOnly" value="true" />
23
+
24
+ <feature name="CDVWKWebViewEngine">
25
+ <param name="ios-package" value="CDVWKWebViewEngine" />
26
+ </feature>
27
28
+ <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
29
30
+ <plugin name="cordova-plugin-wkwebview-engine" spec="~1.2.1" />
31
32
<!-- App Store -->
33
<icon src="res/ios/planet-1024.png" width="1024" height="1024" />
34
<!-- iOS 8.0+ -->
0 commit comments