I use XF webview and check the connection status, when the connection is broken, I want to prevent the error page and keep it on that page. Is this possible?
I want to prevent the error page and keep it on that page.
What do you mean by words on that page ? Do you want to back to the previous page when the connection is broken?
Xamarin forums are migrating to a new home on Microsoft Q&A!
We invite you to post new questions in the Xamarin forums’ new home on Microsoft Q&A!
For more information, please refer to this sticky post.
Hi Jezh, when the internet connection is lost, I want to be stay on the webview page and I want it to wait for internet connection(I check the connection and refresh the page), I don't want to see the "webpage not available" page
Answers
What do you mean by words
on that page
? Do you want to back to the previous page when the connection is broken?Xamarin forums are migrating to a new home on Microsoft Q&A!
We invite you to post new questions in the Xamarin forums’ new home on Microsoft Q&A!
For more information, please refer to this sticky post.
Hi Jezh, when the internet connection is lost, I want to be stay on the webview page and I want it to wait for internet connection(I check the connection and refresh the page), I don't want to see the "webpage not available" page
In this case, you can avoid refreshing the page after the API request fails.
Thanks, so how can i do this?