Repository: cordova-docs
Updated Branches:
  refs/heads/master 281dc5f7c -> 83a113c14


CB-6510 - Support for ErrorUrl preference on iOS


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

Branch: refs/heads/master
Commit: 83a113c14fe23cce113e4db98e7972b910e871fe
Parents: 281dc5f
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Thu Oct 23 14:20:37 2014 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Thu Oct 23 14:20:37 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/83a113c1/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 e0e0a73..6b05869 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -111,3 +111,9 @@ File](config_ref_index.md.html#The%20config.xml%20File) for 
information on globa
 
         <preference name="UIWebViewDecelerationSpeed" value="fast" />
 
+- `ErrorUrl` (string, not set by default):
+  If set, will display the referenced local page upon an error in the 
application.
+
+        <preference name="ErrorUrl" value="myErrorPage.html"/>
+
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to