- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello! Sorry for my english.
I have done an APP with IntelXDK with Cordova. In the simulation, everything works perfect. My APP has to connect with a server. Here I put the code.
The problem is that when I try with a mobiles, the APP can connect with the server and take me an answer only in some of them. But it not work in all of mobiles. I don´t know the reason of this.
Somebody have this problem? A solution for it? trouble with mobile permission?
Thanks!!!
index.html
function doAJAX() {
$.ajax({
type:'GET',
url:'http://time.jsontest.com/',
success: function (data) {
alert(JSON.stringify(data))
}
});
}
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Whats the type of device and version that is failing? There are some known issues with AJAX on Android 5.0 devices that we are working on fixing,
