is it possible to do cross domain through j query in phone gap? I know cross domain will be supported in phone gap. can we do SOAP,REST web services through phone gap using j query?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes you can use web services calls in phonegap. When I developed for iphone using phonegap we used a ton of web service calls to update and push and pull data to our servers.
http://api.jquery.com/jQuery.ajax/
or post methods would work.
Just look for examples on the web to jquery ajax calls i just used json to push and pull data but implementing a soap call shouldn’t be that much harder.