CB-1461 added new iOS 6 UIWebView properties

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

Branch: refs/heads/master
Commit: 3368777fec7a835ee2a8a8771e1872c9a6649278
Parents: 07b54f1
Author: hermwong <herm.w...@gmail.com>
Authored: Fri Sep 14 13:15:59 2012 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Wed Sep 19 13:10:26 2012 -0700

----------------------------------------------------------------------
 CordovaLib/CordovaLibApp/Cordova.plist |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/3368777f/CordovaLib/CordovaLibApp/Cordova.plist
----------------------------------------------------------------------
diff --git a/CordovaLib/CordovaLibApp/Cordova.plist 
b/CordovaLib/CordovaLibApp/Cordova.plist
index 245dc43..74ad246 100644
--- a/CordovaLib/CordovaLibApp/Cordova.plist
+++ b/CordovaLib/CordovaLibApp/Cordova.plist
@@ -2,6 +2,10 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" 
"http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
 <plist version="1.0">
 <dict>
+    <key>KeyboardDisplayRequiresUserAction</key>
+    <true/>
+    <key>SuppressIncrementalRendering</key>
+    <false/>
        <key>UIWebViewBounce</key>
        <true/>
        <key>TopActivityIndicator</key>

Reply via email to