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 23:03:25 UTC

ios commit: Added KeyboardShrinksView preference to CordovaLibTest config.xml

Updated Branches:
  refs/heads/master 8d285676f -> 8b014428c


Added KeyboardShrinksView preference to CordovaLibTest config.xml


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

Branch: refs/heads/master
Commit: 8b014428c57ccb84ca6536b95dde5b01bf8e337a
Parents: 8d28567
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Mar 21 15:02:32 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Mar 21 15:03:15 2013 -0700

----------------------------------------------------------------------
 CordovaLibTests/CordovaLibApp/config.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/8b014428/CordovaLibTests/CordovaLibApp/config.xml
----------------------------------------------------------------------
diff --git a/CordovaLibTests/CordovaLibApp/config.xml b/CordovaLibTests/CordovaLibApp/config.xml
index a957fe2..5610e5e 100644
--- a/CordovaLibTests/CordovaLibApp/config.xml
+++ b/CordovaLibTests/CordovaLibApp/config.xml
@@ -14,6 +14,7 @@
     <preference name="AllowInlineMediaPlayback" value="false" />
     <preference name="BackupWebStorage" value="cloud" />
     <preference name="HideKeyboardFormAccessoryBar" value="false" />
+    <preference name="KeyboardShrinksView" value="false" />
 
     <plugins>
         <plugin name="LocalStorage" value="CDVLocalStorage" />