在我的Android PhoneGap的應用程序,有時從一個頁面移動到另一個頁面時,我得到了應用程序錯誤的錯誤的應用程序,並得到強制關閉
注正在此錯誤
**"A network error occurred.(file:///android_asset/www/home/home.html?userid=91)"**
和應用程序得到強制關閉。請指導我解決這個問題。我也附上screenshot.Its cuming在Android 4.x版本
更新
$.ajax({
cache: false,
async: true,
type: "POST",
dataType: "json",
url:url +"Status",
data: '{"NO" : "' + no}',
contentType: "application/json;charset=utf-8",
success: function (r)
{
window.open("../index/index.html?id="+id);
},
error: function (e)
{
alert("No Network");
}
});
你的問題不明確。你試圖達到什麼目的? –
你什麼時候收到這個錯誤?你的代碼是什麼?沒有更多的信息,我們無法回答這個問題...... – RvdK
這個不清楚。你能告訴我們更多嗎? – RAAAAM