You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2013/02/25 14:41:01 UTC

[46/50] ios commit: Add KeyboardShrinksView preference to project template

Add KeyboardShrinksView preference to project template


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

Branch: refs/heads/multipart_plugin_result
Commit: 95f16a6dc252db0299b8e2bb53797995b1e39aa1
Parents: a2de90b
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Feb 21 21:55:13 2013 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Feb 22 13:42:02 2013 -0500

----------------------------------------------------------------------
 bin/templates/project/__TESTING__/config.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/95f16a6d/bin/templates/project/__TESTING__/config.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/__TESTING__/config.xml b/bin/templates/project/__TESTING__/config.xml
index 0652d60..1555b5e 100644
--- a/bin/templates/project/__TESTING__/config.xml
+++ b/bin/templates/project/__TESTING__/config.xml
@@ -28,6 +28,7 @@
     <preference name="FadeSplashScreen" value="true" />
     <preference name="FadeSplashScreenDuration" value=".25" />
     <preference name="KeyboardDisplayRequiresUserAction" value="true" />
+    <preference name="KeyboardShrinksView" value="false" />
     <preference name="MediaPlaybackRequiresUserAction" value="false" />
     <preference name="ShowSplashScreenSpinner" value="true" />
     <preference name="SuppressesIncrementalRendering" value="false" />