Failed to load resource: net::ERR_CLEARTEXT_NOT_PERMITTED

Hi am facing Failed to load resource: net::ERR_CLEARTEXT_NOT_PERMITTED for my application my target SDK version is 28, whenever am trying to install in latest devices, I am facing this problem. so please help me out. I added this to my network_security_config.xml file

<?xml version="1.0" encoding="utf-8"?> <network-security-config> <debug-overrides> <trust-anchors> <certificates src="user"/> </trust-anchors> </debug-overrides> <base-config cleartextTrafficPermitted="true"> <trust-anchors> <certificates src="system" /> </trust-anchors> </base-config> <domain-config cleartextTrafficPermitted="true"> <domain>localhost</domain> <domain includeSubdomains="true">103.244.230.154:2017</domain> </domain-config> </network-security-config>

Hello, Just remove web view plugin then remove platform and add it in again.

I have the same issue en gokujy solution did not work for me

Yes It is not working.

To solve this error try use HTTPS on you webservice.

Here is one of the solutions that worked for me. Hope it would work for you all as well.