You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2013/02/21 19:55:55 UTC

[1/2] docs commit: [CB-2504] Documented disallowOverscroll.

[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/master
Commit: 689c48cac712bb4fe1c8f243af0a6124b6fa8e08
Parents: 0df12dd
Author: Max Woghiren <ma...@gmail.com>
Authored: Wed Feb 20 16:33:33 2013 -0500
Committer: Max Woghiren <ma...@gmail.com>
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 **&lt;preference&gt;** 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.
 
 ## &lt;plugin&gt;