Hi,
I’ve a finished app and published on Apple Store. So I wish to publish the Android version, but the app don’t start on Android because I’ve a timeout error on CordovaWebView. How resolve?
StackTrace? any logging information?
In any other cases this stackoverflow report seems to something you could use:
You can set this timeout also over the config.xml
<preference name="loadUrlTimeoutValue" value="60000" />
The problem is still here…
I see that work, if I use Android 4.4.x emulator ( I use cordova 3.5.0-0.2.4 ).
Solved. I think that was an emulator problem. I download a new Google ADT and use android-19 ( Android 4.4.2 ) into emulator. Cordova version is cordova 3.5.0-0.2.4.
Thank you for the update!