Quote:
Originally Posted by dsmid
Try to find places in .js files where the network connection is checked and "no_network" error is fired and make it ignore the false error.
|
I disabled in wikipedia.js two instances and afterwards it worked. I believe the relevant line was
Code:
if (connectivityObject.isConnected())
, so there seems to be an issue verifying that the network is connected ?!
Remembering
Disabling_Wifi_network_validation I added the file, but this by itself did not solve the issue.