Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A64AD59E for ; Tue, 26 Feb 2013 14:47:17 +0000 (UTC) Received: (qmail 70670 invoked by uid 500); 26 Feb 2013 14:47:17 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 70646 invoked by uid 500); 26 Feb 2013 14:47:16 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 70520 invoked by uid 99); 26 Feb 2013 14:47:14 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Feb 2013 14:47:14 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 87B476B42; Tue, 26 Feb 2013 14:47:14 +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 X-Mailer: ASF-Git Admin Mailer Subject: [1/7] docs commit: [CB-2504] Documented disallowOverscroll. Message-Id: <20130226144714.87B476B42@tyr.zones.apache.org> Date: Tue, 26 Feb 2013 14:47:14 +0000 (UTC) [CB-2504] Documented disallowOverscroll. Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/689c48ca Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/689c48ca Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/689c48ca Branch: refs/heads/next Commit: 689c48cac712bb4fe1c8f243af0a6124b6fa8e08 Parents: 0df12dd Author: Max Woghiren Authored: Wed Feb 20 16:33:33 2013 -0500 Committer: Max Woghiren Committed: Wed Feb 20 16:33:33 2013 -0500 ---------------------------------------------------------------------- .../edge/guide/project-settings/android/index.md | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/689c48ca/docs/en/edge/guide/project-settings/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/project-settings/android/index.md b/docs/en/edge/guide/project-settings/android/index.md index 0c2a2c7..20b0ea1 100644 --- a/docs/en/edge/guide/project-settings/android/index.md +++ b/docs/en/edge/guide/project-settings/android/index.md @@ -36,6 +36,7 @@ Various **other** preferences (as **<preference>** tags) default on not br 6. **loadUrlTimeoutValue** - How much time Cordova should wait before throwing a timeout error on the application. 7. **keepRunning (boolean, defaults to true)** - Determines whether Cordova will keep running in the background or not 8. **splashscreen** - The name of the file minus its extension in the res/drawable directory. If you have multiple assets, they all must share this common name in their respective directories. +9. **disallowOverscroll (boolean, defaults to false)** - set to true if you want to disable the glow when a user scrolls beyond the edge of the webview. ## <plugin>