Skip to content
Advertisement

Only some URLs not loading in Webview

Code

JavaScript

Im trying to load this URL in webview and the webview is empty. What’s wrong with this URL? I tried replacing the URL with other links and it works perfectly.

Advertisement

Answer

It’s been a SSL handshake failed for HTTPS URL.

for debugging the webview, pls add following line and you can inspect webview Using chrome browser chrome://inspect.

JavaScript

Step-1: Create a webclient:

JavaScript

Step-2: add client into webview

JavaScript

Happy coding…

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement