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

[16/50] docs commit: [CB-3820] clarify when ErrorUrl applies

[CB-3820] clarify when ErrorUrl applies


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

Branch: refs/heads/master
Commit: 71d49e67a3e37efb6dd6ab853546a5309e9525ae
Parents: 46c6deb
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 13:04:36 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:02:12 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/71d49e67/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 91e3aea..8663ed8 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -34,13 +34,13 @@ config.xml File for information on global configuration options.
 
         <preference name="LoadingPageDialog" value="Please wait, the data is loading"/>
 
-* `ErrorUrl`: Set the error page for your application. Should be
-  located in your Android project in `file://android_asset/www/`
+* `ErrorUrl`: Specifies an error page that displays in response to
+  standard HTTP errors in the 400-500 range. The specified file needs
+  to be placed in the top-level directory containing the home page and
+  other web assets.
 
         <preference name="ErrorUrl" value="error.html"/>
 
-<!-- QUERY A: under what conditions does the errorUrl page display? -->
-
 * `LoadUrlTimeoutValue`: How much time Cordova should wait before
   throwing a timeout error on the application.