You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:06:34 UTC

[03/50] docs commit: [CB-3820] DisallowOverscroll concerns rubber-band, not glow

[CB-3820] DisallowOverscroll concerns rubber-band, not glow


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/d151efa2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/d151efa2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/d151efa2

Branch: refs/heads/master
Commit: d151efa2e79fa19cf849d1a3319d34941bc8aea9
Parents: bc91e00
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 13 15:35:32 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 13:59:42 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/config_ref/index.md | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d151efa2/docs/en/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/config_ref/index.md b/docs/en/edge/config_ref/index.md
index 1650b73..b7f099d 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -140,22 +140,14 @@ The following global preferences apply to all platforms:
 The following preferences apply to more than one platform, but not to
 all of them:
 
-* `DisallowOverscroll` (boolean, defaults to `false`):
-  set to `true` if you don't want the WebView to rubber-band.
+* `DisallowOverscroll` (boolean, defaults to `false`): set to `true`
+  if you don't want the WebView to bounce and snap back when scrolling
+  past the beginning or end of the content.
 
         <preference name="DisallowOverscroll" value="true"/>
 
   Applies to Android and iOS.
 
-<!-- QUERY A: describe the disallowOverscroll glow effect, or provide example 
-
-* `DisallowOverscroll` (boolean, defaults to `false`): set to `true` to
-  disable the glow when a user scrolls beyond the edge of the webview.
-
-        <preference name="disallowOverscroll" value="true"/>
-
--->
-
 * `BackgroundColor`: Set the app's background color.  Supports a
   four-byte hex value, with the first byte representing an alpha
   channel, and standard RGB values for the following three bytes.  This