When trying to navigate from index.html page to purchase.html, this “A Network error occurred” would appear if I add a parameter to the link
<a href="purchase.html?id=2">.
Removing the “?id=2” then the link works.
This is the detailed error msg:
04-08 21:09:23.850: D/Cordova(967): DroidGap: GapViewClient.onReceivedError: Error code=-1 Description=A network error occurred. URL=file:///android_asset/www/purchase.html?id=2
It seems to be a major issue of Android. http://code.google.com/p/android/issues/detail?id=17535