PhoneGap cross domain ajax with PhoneGap developer app and cli
问题 When doing ajax cross domain calls with PhoneGap developer app and CLI only GET calls and POST with no data success, POST call with data is not working . If trying local, everything is working fine. I did set in config.xml access origin="*" . Also did set $.support.cors = true; in script. Here is example I am doing on Hello world app from PhoneGap. <script type="text/javascript"> $(document).bind("ready", function() { $.support.cors = true; test(); }); </script> <script> function test(){ $