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/20 23:11:27 UTC

docs commit: [CB-2545] Deprecate iOS EnableLocation project setting

Updated Branches:
  refs/heads/master 490fdfc33 -> b33b2c700


[CB-2545] Deprecate iOS EnableLocation project setting


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

Branch: refs/heads/master
Commit: b33b2c70076b962559893fe3ae27140e754171bf
Parents: 490fdfc
Author: Shazron Abdullah <sh...@apache.org>
Authored: Wed Mar 20 15:05:46 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Mar 20 15:06:08 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/project-settings/ios/index.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b33b2c70/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 73d8b1c..895e3ce 100644
--- a/docs/en/edge/guide/project-settings/ios/index.md
+++ b/docs/en/edge/guide/project-settings/ios/index.md
@@ -33,7 +33,7 @@ Various preferences (as **&lt;preference&gt;** tags) default on not breaking exi
 
 2. **TopActivityIndicator (string, defaults to 'gray')** - this is the top spinning throbber in the status/battery bar, valid values are "whiteLarge", "white" and "gray"
 
-3. **EnableLocation (boolean, defaults to false)** - set to true, to initialize the Geolocation plugin at start-up (so the fix on your location can be more accurate)
+3. **EnableLocation (boolean, defaults to false)** - set to true, to initialize the Geolocation plugin at start-up (so the fix on your location can be more accurate) **DEPRECATED**: please set the **onload** attribute of the **Geolocation** plugin to **true** instead.
 
 4. **EnableViewportScale (boolean, defaults to false)** - set to true to prevent viewport scaling through a meta tag