April 2017
Intermediate to advanced
242 pages
5h 35m
English
All the controls that the network requests (images, XHRs, and so on) are allowed to be made (via Cordova Native hooks). As now it comes by default, you will see in your config.xml a property, <access origin>, which allows all URLs. If you don't specify the access origin, only file:/// URL requests are allowed:
<access origin="*" /> // Allow are URLs
Read now
Unlock full access