Updated Branches: refs/heads/master 99b424fb1 -> f1ec68fe9
Fixes CB-1515 doc new iOS plist settings Added doc for KeyboardDisplayRequiresUserAction and SuppressesIncrementalRendering. 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/f1ec68fe Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/f1ec68fe Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/f1ec68fe Branch: refs/heads/master Commit: f1ec68fe9a739e6163d312341ffdc6acbbe14b24 Parents: 99b424f Author: Becky Gibson <becka...@apache.org> Authored: Mon Oct 8 15:08:45 2012 -0400 Committer: Becky Gibson <becka...@apache.org> Committed: Mon Oct 8 15:08:45 2012 -0400 ---------------------------------------------------------------------- guides/Cordova Settings File.md | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/f1ec68fe/guides/Cordova Settings File.md ---------------------------------------------------------------------- diff --git a/guides/Cordova Settings File.md b/guides/Cordova Settings File.md index 3c0ebc0..2d2abc8 100644 --- a/guides/Cordova Settings File.md +++ b/guides/Cordova Settings File.md @@ -45,5 +45,9 @@ The **Cordova.plist settings file** controls various settings of Cordova. This i i. **OpenAllWhitelistURLsInWebView (boolean, defaults to NO)** - set to YES to open all white-listed URLs in the main WebView j. **BackupWebStorage (boolean, defaults to YES)** - set to NO to prevent the backup of localStorage and WebSQL databases to the Documents/Backups folder. This was a fix for this [Apple bug](http://phonegap.com/2012/04/18/ios-5-1-and-the-embedded-uiwebview-with-cordova/) + + k. **KeyboardDisplayRequiresUserAction (boolean, defaults to YES)** - set to NO to open keyboard when form elements get focus via JavaScript focus() call. + + l. **SuppressesIncrementalRendering (boolean, defaults to NO)** - set to YES to wait until all new view content has been received before it is rendered.