Updated wkwebview-engine README
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/2bdc3e57 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/2bdc3e57 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/2bdc3e57 Branch: refs/heads/master Commit: 2bdc3e574340d9030c3cddb0ee70508967037c2a Parents: b9349f0 Author: Shazron Abdullah <shaz...@gmail.com> Authored: Sun Nov 16 13:27:18 2014 -0800 Committer: Shazron Abdullah <shaz...@gmail.com> Committed: Sun Nov 16 13:27:18 2014 -0800 ---------------------------------------------------------------------- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/2bdc3e57/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c3e3ad3..c284bd5 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,21 @@ This plugin makes `Cordova` use the `WKWebView` component (new in iOS 8.0) inste 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: +This plugin currently needs to use the `wkwebview` branch of `cordova-ios`. + +To `beta test` this: + +You may have to remove the cached wkwebview platform: + + rm -rf ~/.cordova/lib/ios/cordova/wkwebview + +Then: 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 - Permissions ----------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org