I want to open a link in Android webview but getting an error
chromium: [ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -202
The link works in web chrome.
I have trid adding security config file aslo, but still not working
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">domain url</domain>
</domain-config>
</network-security-config>