how to parse " Remote " xml file using jquery/ajex for phonegap?
Any idea about how to parse a remote XML file using jQuery/AJAX for PhoneGap? Or any PhoneGap开发者_JAVA技巧 code?
Thanks.
Sounds like you would just use a run of the mill XMLHttpRequest
or assuming ajax then $.ajax()
. Nothing special should be required. Phone gap (provided it is set up properly) can make cross domain calls. Just make sure your android application permissions are set.
精彩评论