cordova - How to make crossdomain calls in Android or phonegap -
i want make crossdomain call android app. have tried using in native , on phonegap not able make it.
is there way so?
on project -> res -> xml ->config.xml
replace < access origin="http://127.0.0.1*"/>
to < access origin="*"/>
Comments
Post a Comment