- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm build a windows phone app, and for test deploy to a phone
This DON'T work: (closed the entire app)
function action() {
$.get("http://www.domain.com.br/xdk/app.php?action=listar", function(data) {
$('#results').html(data);
});
}
This WORK:
function action() {
$.get("http://www.listaubirata.com.br/xdk/app.php", function(data) {
$('#results').html(data);
});
}
What's is going on?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We're trying to figure out precisely what is causing this. One theory is that the version of jQuery used is the source of the problem. Try updating the jQuery library in your app to the most recent version (either 1.12 or 2.2, try both). If you are using App Designer and it automatically added jQuery, you can update it in the project, App Designer should not change the version update.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page