Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.4.0
-
None
Description
Android provides an ErrorUrl preference for if a page fails to load. It would be nice if iOS provided a similar preference. Currently a white screen is displayed and a error is logged to the console.
ErrorUrl (URL, defaults to null): If set, will display the referenced page upon an error in the application instead of a dialog with the title "Application Error".
<preference name="ErrorUrl" value="myErrorPage.html"/>