In my project I have the condition:
System On Start Of Layout Ajax Request "http://jrpaoliello.ddns.com.br:8080/SmartShot/GetXmlTest" (tag "")
It works when I export to HTML5 and I receive the ajax content at OnCompleted.
But when I export to PhoneGap and try to execute that in a Android Smartphone, the ajax doesn't work.
I tried put the information <access origin="*.*"/> at config.xml, but the android app doesn't open.
Is there anything to do in order the ajax to work when I export to PhoneGap ?