Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 819D9D596 for ; Tue, 23 Oct 2012 07:03:47 +0000 (UTC) Received: (qmail 36701 invoked by uid 500); 23 Oct 2012 07:03:47 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 36628 invoked by uid 500); 23 Oct 2012 07:03:46 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 36597 invoked by uid 99); 23 Oct 2012 07:03:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2012 07:03:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0A2C34E042; Tue, 23 Oct 2012 07:03:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: docs commit: Updated BackupWebStorage Cordova.plist property documentation - changes from boolean to a string option (none, local, cloud) Message-Id: <20121023070345.0A2C34E042@tyr.zones.apache.org> Date: Tue, 23 Oct 2012 07:03:45 +0000 (UTC) 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 Authored: Tue Oct 23 00:03:24 2012 -0700 Committer: Shazron Abdullah 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.