Lumluk Wp
Lumluk Wp

Reputation: 45

How to read and display XML file from url using javascript or jquery mobile?

I'm working on creating an android application with PhoneGap. What I'm trying to do is to display the content of a xml file from the website (.php format) that I have created. Any suggestion? Thanks.

Upvotes: 0

Views: 488

Answers (1)

kannix
kannix

Reputation: 5157

You need to whitelist your domain like mentioned over here after that you can simply use jQuery ajax

Upvotes: 1

Related Questions