[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 <[email protected]> Authored: Mon Sep 30 14:41:55 2013 -0400 Committer: Michael Brooks <[email protected]> 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:
