Bug description:
Given unsecured links in html
When user click on those links
Then I get an error page with ERR_CLEARTEXT_NOT_PERMITTED
To Reproduce:
Load an html page that include unsecured http links
Expected behavior:
Allow redirect to http links
Screenshots/Videos:

Environment:
Note that my AndroidManifest.xml includes:
<application android:usesCleartextTraffic="true" />
Related links:
Add the below line in your application tag:
android:usesCleartextTraffic="true"
As shown below:
<application
....
android:usesCleartextTraffic="true"
....>
Hope it helps.
Hello 馃憢, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like _still searching for solutions_ and if you found one, please open a pull request! You have 7 days until this gets closed automatically

I am also faceing same issue
Most helpful comment
Add the below line in your application tag:
As shown below:
Hope it helps.
https://stackoverflow.com/questions/52707918/webview-showing-err-cleartext-not-permitted-although-site-is-https