I am making an application using phonegap in android. I am using cordova 1.6.1
I get this error when I call the html file from my javascript callback function .:
AO Allback Server Closed: Terminating Callbacks
I am calling the html file using
navigator.app.loadUrl("file:///android_asset/www/html/sync.html");
I also tried calling html with window.location = "../html/sync.html";
but he gives me the same error. I have all the permissions required to use the Internet in a manifest.
source share