Check if a website is online or offline

You can use the webviewtools with a webview in your app (it can be hided) set the url to the website you want to know if is online and use the function : .OnReveivedError and .OnPageFinished > you can know with this function if the web is working and with the error function if it is not.

1 Like