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/12/05 02:45:49 UTC

cordova-plugin-wkwebview-engine git commit: CB-10146 - Add to README WKWebViewEngine quirks that will affect migration from UIWebView

Repository: cordova-plugin-wkwebview-engine
Updated Branches:
  refs/heads/master 4a9cb3878 -> f1dbe029b


CB-10146 - Add to README WKWebViewEngine quirks that will affect migration from UIWebView


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/f1dbe029
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/f1dbe029
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/f1dbe029

Branch: refs/heads/master
Commit: f1dbe029bfed8f471d84dfb4804b9cb967f4f0a0
Parents: 4a9cb38
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Dec 4 17:45:42 2015 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Dec 4 17:45:42 2015 -0800

----------------------------------------------------------------------
 README.md | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/f1dbe029/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d9e0b13..477d214 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,23 @@ In iOS 9, Apple has fixed the [issue](http://www.openradar.me/18039024) present
 Installation
 -----------
 
-This plugin needs to use the master branch of `cordova-ios` which is the next release of cordova-ios (4.0.0).
+This plugin needs to use at least cordova-ios 4.0.0.
 
-To test this:
+To test this while it is still in development:
 
     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-plugin-wkwebview-engine.git#master
+	
+
+Once cordova-ios 4.0.0 and the plugin is released on npm, you can just do:
+
+    cordova create wkwvtest my.project.id wkwvtest
+    cd wkwvtest
+    cordova platform add ios@4
+    cordova plugin add cordova-plugin-wkwebview-engine
+
 
 You also must have Xcode 7 (iOS 9 SDK) installed. Check which Xcode command-line tools is in use by running:
 
@@ -34,6 +43,10 @@ Application Transport Security (ATS) in iOS 9
 
 The next released version of the [cordova-cli 5.4.0](https://www.npmjs.com/package/cordova) will support automatic conversion of the [&lt;access&gt;](http://cordova.apache.org/docs/en/edge/guide/appdev/whitelist/index.html) tags in config.xml to Application Transport Security [ATS](https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW33) directives. Upgrade to the version 5.4.0 to use this new functionality.
 
+Limitations
+--------
+
+If you are upgrading from UIWebView, please note the limitations of using WKWebView as outlined in our [issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20labels%20%3D%20wkwebview-known-issues).
 
 Permissions
 -----------


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