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:06:58 UTC

[27/50] docs commit: [CB-3820] minor config.xml edits

[CB-3820] minor config.xml edits


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

Branch: refs/heads/master
Commit: dd96e2b65e1495987a480a3034cad8362576236a
Parents: 14db3bf
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 15:45:02 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:03:38 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/ios/config.md | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/dd96e2b6/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 38b3751..194a409 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -50,18 +50,19 @@ File for information on global configuration options.
 
 <!-- QUERY: Do viewport meta tags work as expected in other environments? -->
 
-* `AutoHideSplashScreen` (boolean, defaults to `true`): set to `false` to
-  control when the splashscreen is hidden through a JavaScript API.
+* `AutoHideSplashScreen` (boolean, defaults to `true`): set to `false`
+  to use the SplashScreen API to control when the opening image stops
+  displaying.
 
         <preference name="AutoHideSplashScreen" value="false"/>
 
 * `FadeSplashScreen` (boolean, defaults to `true`): set to `false` to
-  prevent the splash-screen to fade in and out when showing or hiding
-  it.
+  prevent the splash-screen from fading in or out when showing or
+  hiding it.
 
         <preference name="FadeSplashScreen" value="false"/>
 
-* `FadeSplashScreenDuration` (float, defaults to 2): The splash-screen
+* `FadeSplashScreenDuration` (float, defaults to `2`): The splash-screen
   Fade duration in seconds.
 
         <preference name="FadeSplashScreenDuration" value="4"/>
@@ -98,21 +99,21 @@ File for information on global configuration options.
 
 * `KeyboardDisplayRequiresUserAction` (boolean, defaults to `true`):
   set to `false` to open the keyboard when form elements get focus via
-  the JavaScript focus() call.
+  the JavaScript `focus()` call.
 
         <preference name="KeyboardDisplayRequiresUserAction" value="false"/>
 
 * `SuppressesIncrementalRendering` (boolean, defaults to `false`): set
   to `true` to wait until all new view content has been received
-  before it is rendered.
+  before it renders.
 
         <preference name="SuppressesIncrementalRendering" value="true"/>
 
 * `KeyboardShrinksView` (boolean, defaults to `false`): set to `true` to
-  shrink the WebView when the keyboard comes up. The WebView shrinks
+  shrink the webview when the keyboard comes up. The webview shrinks
   instead of the viewport shrinking and the page scrollable. This
   applies to apps that position their elements relative to the bottom
-  of the WebView. This is the default behaviour on Android, and makes
+  of the webview. This is the default behaviour on Android, and makes
   a lot of sense when building apps as opposed to webpages.
 
         <preference name="KeyboardShrinksView" value="true"/>