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:50 UTC

[19/50] docs commit: [CB-3820] describe effect DisallowOverscroll prevents

[CB-3820] describe effect DisallowOverscroll prevents


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

Branch: refs/heads/master
Commit: 087cabc44a8ab0abaf0d81a261b46b0082e32d82
Parents: d23e039
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 13:19:05 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:02:35 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/087cabc4/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 98c71e4..fb6dc19 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -115,12 +115,15 @@ 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 bounce and snap back when scrolling
-  past the beginning or end of the content.
+  if you don't want the interface to display any feedback when users
+  scroll past the beginning or end of content.
 
         <preference name="DisallowOverscroll" value="true"/>
 
-  Applies to Android and iOS.
+  Applies to Android and iOS. On iOS, overscroll gestures cause
+  content to bounce back to its original position.  On Android, they
+  produce a more subtle glowing effect along the top or bottom edge of
+  the content.
 
 * `BackgroundColor`: Set the app's background color.  Supports a
   four-byte hex value, with the first byte representing an alpha