I am making application using phonegap in android. I am using cordova 1.6.1
I am getting this error when i call html file from my javascript callback function.:
JSCallback Server Closed: Stopping callbacks
i am calling html file using
navigator.app.loadUrl("file:///android_asset/www/html/sync.html");
I have also tried to call html using window.location = "../html/sync.html"; but it gives me same error..I have all the permission required to use internet in menifest.
I got the solution:
here is the code: