framework7 Dom7
ブラウザでテストしているときは非常にうまく機能していますが、携帯電話でAndroid用のphonegapをオンラインで構築しているときは、ハイブリッドアプリでAPI呼び出しを行おうとしていAPK
ます.Rest all JS working fone on phone but only ajax call解雇した。
$$('form.ajax-submit').on('submitted', function (e) {
e.preventDefault();
myApp.showPreloader();
var searchKey=$$("#search-key").val();
$$("#track").text('API calling');
$$.get("http://my/api/path/dev/apiv-1-0-2/students/"+searchKey,function(response){
$$("#track").text('got the response');
});
});
私はティルを取得していますが、メッセージは取得してAPI calling
いません。GOT THE RESPONSE