webview error

  1. S

    Android Question WebView load crashed no error

    Hi Erel, I got a problem with cannot load fully map via online map link in WebView, just like the picture below: I have had do anything i can but map still broken but no error 1. I catch the data from map via Fiddler, i found it has a little map of data loaded a few second and then it doesn't...
  2. S

    Android Question error webview

    Hello, I want to load the following link into the webview, but it gives the following error link : https://go.crisp.chat/chat/embed/?website_id=ed1ef9c7-9347-46ce-9c9c-e46762780ac5 error : Webpage not available in Webview!
  3. pwnzerjan

    Android Question B4A Webview not fully working

    can someone help me with my WebView the website is not fully loading and when i try it in my Laptop Browser it is 100% Working
  4. desarrollo arg

    Android Question redirect web page out of my application

    Hello, I have a webView and inside the page there is a link. When I click, the app redirects me within the same WebView and this brings an error. Can it be redirected to the device's browser?
  5. Biswajit

    B4A Class Webview Custom Error Page

    This code module will return a custom HTML design along with the actual error message instead of the default webview error page. Import the attached code module to your project and use it like below. Usage: Sub Globals Private MainWebView As WebView Private WVE As WebViewExtras...
Top