cordova connection error

Developer from somewhere

To handle this error:

Application Error A network error occurred. (file:///android_asset/www/index.html)

The fix is to add a javascript redirect to the real index file:

window.location = "./real_index.html";