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 5F565200B8C for ; Tue, 23 Aug 2016 03:01:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5E0C1160AB3; Tue, 23 Aug 2016 01:01:06 +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 A1322160ABC for ; Tue, 23 Aug 2016 03:01:05 +0200 (CEST) Received: (qmail 79279 invoked by uid 500); 23 Aug 2016 01:01:04 -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 79270 invoked by uid 99); 23 Aug 2016 01:01:04 -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; Tue, 23 Aug 2016 01:01:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 845F0DFB74; Tue, 23 Aug 2016 01:01:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Tue, 23 Aug 2016 01:01:05 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] docs commit: Update index.md archived-at: Tue, 23 Aug 2016 01:01:06 -0000 Update index.md This closes #628 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/27c00585 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/27c00585 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/27c00585 Branch: refs/heads/master Commit: 27c00585050783c31c754fefb492c4c7610ff727 Parents: 0e0a10f Author: Pier Bover Authored: Fri Aug 19 16:52:26 2016 -0500 Committer: Steve Gill Committed: Mon Aug 22 18:01:02 2016 -0700 ---------------------------------------------------------------------- www/docs/en/dev/guide/next/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/27c00585/www/docs/en/dev/guide/next/index.md ---------------------------------------------------------------------- diff --git a/www/docs/en/dev/guide/next/index.md b/www/docs/en/dev/guide/next/index.md index 26adbcd..6cdc1b7 100644 --- a/www/docs/en/dev/guide/next/index.md +++ b/www/docs/en/dev/guide/next/index.md @@ -153,7 +153,7 @@ With Safari's web inspector you can debug the webview and js code in your Cordov ## Chrome Remote Debugging Virtually the same as the Safari version, this works with Android only but can be used from any desktop operating system. It requires a minimum of Android 4.4 (KitKat), minimum API level of 19, and Chrome 30+ (on the desktop). Once connected, you get the same Chrome Dev Tools experience for your mobile applications as you do with your desktop applications. Even better, the Chrome Dev Tools have a mirror option that shows your app running on the mobile device. This is more than just a view - you can scroll and click from dev tools and it updates on the mobile device. More details on Chrome Remote Debugging may be found here: [https://developers.google.com/chrome/mobile/docs/debugging](https://developers.google.com/chrome/mobile/docs/debugging) -You may need to add `android:debuggable="true"` in the `` node of your `AndroidManifest.xml`. +If you can see your device in the inspect devices section, but you can't see the Cordova webview you may need to add `android:debuggable="true"` in the `` node of your `AndroidManifest.xml`. It is possible to use Chrome Dev Tools to inspect iOS apps, through a WebKit proxy: [https://github.com/google/ios-webkit-debug-proxy/](https://github.com/google/ios-webkit-debug-proxy/) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org