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/03/14 18:21:09 UTC

docs commit: Updated iOS documentation for disallowOverscroll.

Updated Branches:
  refs/heads/master 1b2928490 -> 060c2d29c


Updated iOS documentation for 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/060c2d29
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/060c2d29
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/060c2d29

Branch: refs/heads/master
Commit: 060c2d29c2d60305e8d00347d5d33fa1ed1ea173
Parents: 1b29284
Author: Max Woghiren <ma...@gmail.com>
Authored: Tue Feb 26 12:07:20 2013 -0500
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Mar 14 10:20:26 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/project-settings/ios/index.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/060c2d29/docs/en/edge/guide/project-settings/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/project-settings/ios/index.md b/docs/en/edge/guide/project-settings/ios/index.md
index 8c203c3..73d8b1c 100644
--- a/docs/en/edge/guide/project-settings/ios/index.md
+++ b/docs/en/edge/guide/project-settings/ios/index.md
@@ -29,7 +29,7 @@ The `config.xml` file is located in your `<project folder>/<appname>` directory.
 
 Various preferences (as **&lt;preference&gt;** tags) default on not breaking existing apps. The available preferences are:
 
-1. **UIWebViewBounce (boolean, defaults to true)** - set to false if you don't want the WebView to rubber-band
+1. **DisallowOverscroll (boolean, defaults to false)** - set to true if you don't want the WebView to rubber-band
 
 2. **TopActivityIndicator (string, defaults to 'gray')** - this is the top spinning throbber in the status/battery bar, valid values are "whiteLarge", "white" and "gray"
 
@@ -55,4 +55,4 @@ Various preferences (as **&lt;preference&gt;** tags) default on not breaking exi
 
 13. **SuppressesIncrementalRendering (boolean, defaults to false)** - set to true to wait until all new view content has been received before it is rendered.
 
-14. **HideKeyboardFormAccessoryBar (boolean, defaults to false)** - set to true to hide the additional toolbar that is on top of the keyboard (this is the toolbar that has the Prev, Next and Done buttons)
\ No newline at end of file
+14. **HideKeyboardFormAccessoryBar (boolean, defaults to false)** - set to true to hide the additional toolbar that is on top of the keyboard (this is the toolbar that has the Prev, Next and Done buttons)