Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F1AD0200B41 for ; Thu, 23 Jun 2016 01:38:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id F03FE160A64; Wed, 22 Jun 2016 23:38:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 45A87160A36 for ; Thu, 23 Jun 2016 01:38:00 +0200 (CEST) Received: (qmail 17649 invoked by uid 500); 22 Jun 2016 23:37:59 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 17639 invoked by uid 99); 22 Jun 2016 23:37:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2016 23:37:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 45A57DFEDA; Wed, 22 Jun 2016 23:37:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-wkwebview-engine git commit: Update README.md Date: Wed, 22 Jun 2016 23:37:59 +0000 (UTC) archived-at: Wed, 22 Jun 2016 23:38:01 -0000 Repository: cordova-plugin-wkwebview-engine Updated Branches: refs/heads/master 639c6cbbc -> 7495b04d8 Update README.md This closes #9 I had a lot of trouble understanding why my app would not load. It turns out that the answer was at the bottom of the README. I've the moved required configuration up to the installation section and made some minor edits. This should help some other users. 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/7495b04d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/tree/7495b04d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/diff/7495b04d Branch: refs/heads/master Commit: 7495b04d81f9fa419da4b9b498ab6ace3cbf1c57 Parents: 639c6cb Author: Tony Laidig Authored: Wed May 4 15:27:29 2016 -0400 Committer: Shazron Abdullah Committed: Wed Jun 22 16:36:47 2016 -0700 ---------------------------------------------------------------------- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-wkwebview-engine/blob/7495b04d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 360580f..caa9ed0 100644 --- a/README.md +++ b/README.md @@ -29,28 +29,37 @@ In iOS 9, Apple has fixed the [issue](http://www.openradar.me/18039024) present Installation ----------- -This plugin needs to use at least cordova-ios 4.0.0. +This plugin needs cordova-ios >4.0.0. -To test this while it is still in development: +To install the current release: 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 - + cordova platform add ios@4 + cordova plugin add cordova-plugin-wkwebview-engine -Once cordova-ios 4.0.0 and the plugin is released on npm, you can just do: +To test the development version: cordova create wkwvtest my.project.id wkwvtest cd wkwvtest - cordova platform add ios@4 - cordova plugin add cordova-plugin-wkwebview-engine - + cordova platform add https://github.com/apache/cordova-ios.git#master + cordova plugin add https://github.com/apache/cordova-plugin-wkwebview-engine.git#master -You also must have Xcode 7 (iOS 9 SDK) installed. Check which Xcode command-line tools is in use by running: +You also must have Xcode 7 (iOS 9 SDK) installed. Check your Xcode version by running: xcode-select --print-path +Required Permissions +----------- +WKWebView may not fully launch (the deviceready event may not fire) unless if the following is included in config.xml: +#### config.xml + + + + + + + Notes ------ @@ -74,16 +83,7 @@ Apple Issues The `AllowInlineMediaPlayback` preference will not work because of this [Apple bug](http://openradar.appspot.com/radar?id=6673091526656000). -Permissions ------------ -#### config.xml - - - - - - Supported Platforms ------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org