Mohamed Elzarei
Mohamed Elzarei

Reputation: 41

PhoneGap external URL content

I am developing an iphone app with PhoneGap and JQM and I need to be able to access data on my server (http://xxxxx.com/xx.php) it is just simple plain data and need to able to replace the current div with that of the content , I tried JQM and JQ but it didn't work although I whitelisted my server , any idea ?

Upvotes: 0

Views: 469

Answers (1)

Charlie W
Charlie W

Reputation: 39

You could try adding * as a wildcard to the ExternalHosts within the PhoneGap.plist. Although if you have added your sever as you say, this should work.

Do you get any errors within the logs? I would also suggest doing a clean before a build too.

Upvotes: 1

Related Questions