Updated Branches: refs/heads/master e6da5d179 -> 15eb10593
Updated BackupWebStorage Cordova.plist property documentation - changes from boolean to a string option (none, local, cloud) Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/15eb1059 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/15eb1059 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/15eb1059 Branch: refs/heads/master Commit: 15eb105936a145cdc5faf0ec0a1eecd067bf894b Parents: e6da5d1 Author: Shazron Abdullah <shaz...@apache.org> Authored: Tue Oct 23 00:03:24 2012 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Tue Oct 23 00:03:39 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/project-settings/ios/index.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/15eb1059/docs/en/edge/guide/project-settings/ios/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/project-settings/ios/index.md b/docs/en/edge/guide/project-settings/ios/index.md index 210fada..77a6303 100644 --- a/docs/en/edge/guide/project-settings/ios/index.md +++ b/docs/en/edge/guide/project-settings/ios/index.md @@ -46,8 +46,8 @@ 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. + j. **BackupWebStorage (string, defaults to 'cloud')** - valid values are 'none', 'cloud' and 'local'. Set to 'cloud' to allow the web storage data to be backed up to iCloud, and set to 'local' to only allow local backups (iTunes sync). Set to 'none' to not allow any backups of web storage. + + k. **KeyboardDisplayRequiresUserAction (boolean, defaults to YES)** - set to NO to open the keyboard when form elements get focus via the 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.