You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/09/11 12:43:10 UTC

cordova-plugins git commit: Updated README for wkwebview-engine-localhost

Repository: cordova-plugins
Updated Branches:
  refs/heads/master 41eceb134 -> 5eae78b77


Updated README for wkwebview-engine-localhost


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/5eae78b7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/5eae78b7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/5eae78b7

Branch: refs/heads/master
Commit: 5eae78b7754e9d9a0042dbe0a83ce4cc828f0de3
Parents: 41eceb1
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Sep 11 03:43:05 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Sep 11 03:43:05 2015 -0700

----------------------------------------------------------------------
 wkwebview-engine-localhost/README.md | 31 ++++++-------------------------
 1 file changed, 6 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/5eae78b7/wkwebview-engine-localhost/README.md
----------------------------------------------------------------------
diff --git a/wkwebview-engine-localhost/README.md b/wkwebview-engine-localhost/README.md
index 1c84cb5..90d9c07 100644
--- a/wkwebview-engine-localhost/README.md
+++ b/wkwebview-engine-localhost/README.md
@@ -1,40 +1,21 @@
-Cordova WKWebView Engine
+Cordova WKWebView Engine with http server (localhost) support
 ======
 
-This plugin makes `Cordova` use the `WKWebView` component (new in iOS 8.0) instead of the default `UIWebView` component.
+This plugin uses the:
+- [cordova-plugin-wkwebview-engine](https://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine.git) plugin
+- [cordova-labs-local-webserver](https://git-wip-us.apache.org/repos/asf/cordova-plugins.git#master:local-webserver) plugin
 
-This will also install the `Cordova Local WebServer` plugin.
-
-This plugin currently needs to use the `4.0.x` branch of `cordova-ios`.
+This plugin the master (4.0.x) branch of `cordova-ios`.
 
 To `alpha test` this:
 
     cordova create wkwvtest my.project.id wkwvtest
     cd wkwvtest
     cordova platform add https://github.com/apache/cordova-ios.git#master
-    cordova plugin add https://github.com/apache/cordova-plugins.git#master:wkwebview-engine
-
-Permissions
------------
-
-#### config.xml
+    cordova plugin add https://github.com/apache/cordova-plugins.git#master:wkwebview-engine-localhost
 
-        <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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org