Android Question error webview

jkhazraji

Active Member
Licensed User
Longtime User
1- Check if there is internet connection before displaying the webview..
2- The Webview could be invisible..
3- Use: WebViewExtras to see the error description and faulty URL
WebViewClient raises the event ReceivedError (ErrorCode As Int, Description As String, FailingUrl As String).
 
Upvote 0

drgottjr

Expert
Licensed User
Longtime User
page loads for me.
B4X:
  webview.LoadUrl("https://go.crisp.chat/chat/embed/?website_id=ed1ef9c7-9347-46ce-9c9c-e46762780ac5")
 

Attachments

  • slo001.png
    slo001.png
    22.2 KB · Views: 69
Upvote 0
Top