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:12 UTC

[41/50] docs commit: [CB-3820] assume auto-hide-splash-screen ios pref is PGB-only; superseded in CV by CamelCase variant

[CB-3820] assume auto-hide-splash-screen ios pref is PGB-only; superseded in CV by CamelCase variant


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

Branch: refs/heads/master
Commit: 3f9c2de2134db073b4187591ccb50aae35ef92f4
Parents: 15183ff
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 20 11:18:02 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:05:19 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3f9c2de2/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 0ccff17..6919970 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -101,20 +101,3 @@ File for information on global configuration options.
 
         <preference name="KeyboardShrinksView" value="true"/>
 
-
-<!-- QUERY I: Is auto-hide-splash-screen OK?
-
- #### Auto-Hide Splash Screen
-
-* `auto-hide-splash-screen` with values `true` or `false`
-
-  * example: `<preference name="auto-hide-splash-screen" value="false"
-    />`
-
-  * if set to false, the splash screen must be hidden using a
-    JavaScript API
-
-  * default is _true_
-
--->
-