こんにちは私はエラーメッセージを受け取っています
HTMLファイルを呼び出すときは、このメソッドを使用しています
url:'http://abcccc/'+data.userId,
success:function(userInfo){
$.cookie('iTouchUser', JSON.stringify(userInfo));
// window.location='list.html'; (i've try this method also)
window.location.replace('file:///android_asset/www/list.html');
そして私が得ているエラーメッセージは
DroidGap(991): DroidGap.loadUrl(file:///android_asset/www/list.html)
DroidGap(991): DroidGap: url=file:///android_asset/www/list.html baseUrl=file:///android_asset/www/
PluginManager(991): init()
CordovaLog(991): JSCallback Server Closed: Stopping callbacks.
CordovaLog(991): file:///android_asset/www/cordova-1.8.0.js: Line 3708 : JSCallback Server Closed: Stopping callbacks.
Web Console(991): JSCallback Server Closed: Stopping callbacks. at file:///android_asset/www/cordova-1.8.0.js:3708
私はそれが持っているcordova-1.8.0.js:3708でそれをチェックしました
// If server is stopping
else if (xmlhttp.status === 503) {
console.log("JSCallback Server Closed: Stopping callbacks.");
}
誰もがこのエラーを解決する方法を考えています