Ajax Calls Don't Work On Phonegap Apk Build
When using build.phonegap all of my ajax calls dont work, it works in website form and when using the app to connect to the server, but once i build the AJAX calls go through, but
Solution 1:
Add Below permission in AndroidManifest.xml
file.
<uses-permissionandroid:name="android.permission.INTERNET" />
Post a Comment for "Ajax Calls Don't Work On Phonegap Apk Build"