I have a WebView on my activity and I'm simply setting his url in code from assets like this:
wv.loadUrl("file:///android_asset/" + requestedHtmlPath);
all works fine when the wifi is on, but when it's off.. nothing happens..
The question is: Is the Wifi on is must for the WebView to work with a local html file?