You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by sh...@apache.org on 2015/09/09 00:02:41 UTC

[04/19] cordova-plugin-wkwebview-engine git commit: Update wkwebview-engine README.md for beta test instructions, and known issues.

Update wkwebview-engine README.md for beta test instructions, and known issues.


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/commit/2d5732d1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/2d5732d1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/2d5732d1

Branch: refs/heads/master
Commit: 2d5732d135e585acd2030ea6910316ecda65c9f6
Parents: 0a8c309
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Nov 10 17:38:52 2014 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Nov 10 17:38:52 2014 -0800

----------------------------------------------------------------------
 README.md | 29 ++++++++++++++++++++++++-----
 1 file changed, 24 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/2d5732d1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a3f7931..c3e3ad3 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,39 @@
 Cordova WKWebView Engine
 ======
 
-This plugin makes Cordova use the WKWebView component (new in iOS 8.0) instead of the default UIWebView component.
+This plugin makes `Cordova` use the `WKWebView` component (new in iOS 8.0) instead of the default `UIWebView` component.
+
+This will also install the `Cordova Local WebServer` plugin.
+
+This plugin currently needs to use the `wkwebview` branch of `cordova-ios`. To `beta test` this:
+
+    cordova create wkwvtest my.project.id wkwvtest
+    cd wkwvtest
+    cordova platform add ios@wkwebview --usegit
+    cordova plugin add https://github.com/apache/cordova-plugins.git#master:wkwebview-engine
 
-This will also install the Cordova Local Web Server plugin (TODO: move this into Labs)
 
 Permissions
 -----------
 
 #### config.xml
 
-            <feature name="CDVWKWebViewEngine">
-                <param name="ios-package" value="CDVWKWebViewEngine" />
-            </feature>
+        <feature name="CDVWKWebViewEngine">
+            <param name="ios-package" value="CDVWKWebViewEngine" />
+        </feature>
+
+        <preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
 
 Supported Platforms
 -------------------
 
 - iOS
+
+Known Issues
+-------------------
+
+When you build, it might complain of a linking error. This is a `plugman` bug that does not install `WebKit.framework` properly. Open up your project file in `Xcode` and add it manually.
+
+If you are using the CLI, open `Xcode` by:
+
+        open -a Xcode platforms/ios


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org