Problem Description
With the new Phonegap builds, all Ajax traffic is blocked in my app.
Attach a Capx
Any ajax call in the new phonegap build will fail.
Description of Capx
None included
Steps to Reproduce Bug
Observed Result
Ajax fails to trigger on fail or on success.
Expected Result
Ajax success or fail.
Affected Browsers
- Chrome:NO
- FireFox: NO
- Internet Explorer: NO
Operating System and Service Pack
Windows 10
Construct 2 Version ID
release 216 64 bit
In order to fix it I needed to add the whitelist plugin by adding the following to my config.xml file. Can you look into including this by default?
<gap:plugin name="cordova-plugin-whitelist" source="npm" />
<plugin name="cordova-plugin-whitelist" spec="1" />
<allow-navigation href="*" />