Android allow HTTP access to webservice config.xml

Hi

I need help with config.xml.

To allow HTTP you need to set application usesCleartextTraffic=“true”

How do I do this in config.xml?

Phonegap documentatiuon not that clear. I have tried suggestions but either the PGB builder fails when it tries to process the config.xml changes.

I have also tried <preference name="android-usesCleartextTraffic" value="true" />

Any advice appreciate.

Thank you

You might do better asking this questions on the PhoneGap Build forum.

I did find this:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.