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/10/21 23:41:10 UTC

[2/4] docs commit: [CB-4203] loadingPageDialog preference removed

[CB-4203] loadingPageDialog preference removed


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

Branch: refs/heads/master
Commit: 3676d5b8396d543d422eb991193d5e33785008b7
Parents: 3dd4fbf
Author: Mike Sierra <ms...@adobe.com>
Authored: Mon Sep 30 14:41:55 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:41:05 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3676d5b8/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index 28fc87d..6d63efb 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -37,11 +37,6 @@ config.xml File for information on global configuration options.
 
         <preference name="ErrorUrl" value="error.html"/>
 
-- `LoadingPageDialog`: Display a native dialog when loading sub-pages
-  within an app. The value's format is _Title, Message_
-
-        <preference name="LoadingPageDialog" value="Please wait, the data is loading"/>
-
 - `LoadUrlTimeoutValue` (number, default is `20000`): When loading a
   page, the amount of time to wait before throwing a timeout error.
   This example specifies 10 seconds rather than 20: