You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:07:09 UTC

[38/50] docs commit: [CB-3820] assume detect-data-types pref is PGB-only

[CB-3820] assume detect-data-types pref is PGB-only


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

Branch: refs/heads/master
Commit: 3b415ecd9c289820c80149cdcf005b4588b2a1fd
Parents: 13d9351
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 20 11:14:21 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:04:58 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 16 ----------------
 1 file changed, 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3b415ecd/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index 429ca6e..18c4990 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -102,22 +102,6 @@ File for information on global configuration options.
         <preference name="KeyboardShrinksView" value="true"/>
 
 
-<!-- QUERY I: Is detect-data-types OK?
-
- #### Detect Data Types
-
-* `detect-data-types` with values `true` or `false`
-
-  * example: `<preference name="detect-data-types" value="false" />`
-
-  * controls whether certain data types (such as phone numbers and
-    dates) are automatically turned into links by the system. Defaults
-    to "true" (as does the system web view)
-
-  * supported on PhoneGap 2.0.0 and above
-
--->
-
 <!-- QUERY I: Is exit-on-suspend OK?
 
  #### Exit On Suspend