Question

I have buttons that on click open several pages in webview. I have the option "FollowLinks" enabled. And WebView.CanGoBack

My question is. How "NOT" to open the default error page when there is no connection or the page was not found?

Was it helpful?

Solution

Before using the webviewer, you can check for internet connection with the web component and the Screen.ErrorOccurred event, see this example.

While using the webviewer you can't check that. Therefore the default error page will be shown. Also if the page was not found, you will get the defined 404 page not found error page from the server.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top