You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/03/21 22:59:54 UTC

docs commit: [CB-2781] Create iOS Project Setting for KeyboardShrinksView

Updated Branches:
  refs/heads/master abe5d4cc9 -> a897edd1f


[CB-2781] Create iOS Project Setting for KeyboardShrinksView


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

Branch: refs/heads/master
Commit: a897edd1f6d163db7f01c5a59f54d69b69d00b95
Parents: abe5d4c
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Mar 21 14:59:53 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Mar 21 14:59:53 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a897edd1/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 895e3ce..a401f10 100644
--- a/docs/en/edge/guide/project-settings/ios/index.md
+++ b/docs/en/edge/guide/project-settings/ios/index.md
@@ -56,3 +56,5 @@ 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)
+
+15. **KeyboardShrinksView (boolean, defaults to false)** -  set to true to shrink the WebView when the keyboard comes up. The WebView shrinks instead of the viewport shrinking and the page scrollable. This applies to apps that position their elements relative to the bottom of the WebView. This is the default behaviour on Android, and makes a lot of sense when building apps as opposed to webpages.
\ No newline at end of file