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/10/03 00:23:43 UTC

docs commit: CB-4979 - iOS - Update iOS Configuration guide to remove the KeyboardShrinksView and HideFormAccessoryBar preferences

Updated Branches:
  refs/heads/master 2b8e503f5 -> b1e19234e


CB-4979 - iOS - Update iOS Configuration guide to remove the KeyboardShrinksView and HideFormAccessoryBar preferences


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

Branch: refs/heads/master
Commit: b1e19234e79f1275d4b72c0faf54508897c72db2
Parents: 2b8e503
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Oct 2 15:23:51 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Oct 2 15:23:51 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b1e19234/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index a97d28d..7d084e6 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -87,13 +87,6 @@ File for information on global configuration options.
 
         <preference name="SuppressesIncrementalRendering" value="true"/>
 
-- `KeyboardShrinksView` (boolean, defaults to `false`): Set to `true`
-  to scale down the webview when the keyboard appears, overriding the
-  default beavior that shrinks the viewport vertically. This matches
-  the default behaviour for Android apps.
-
-        <preference name="KeyboardShrinksView" value="true"/>
-
 - `GapBetweenPages` (float, defaults to `0`): The size of the gap, in points, between pages.
 
         <preference name="GapBetweenPages" value="0"/>