I\'m new to Android development.
I want to load a html file into a webview.
Note that there are so many relevant questions on SO like this,
In Android 4.4 KitKat, a "Not allowed to load local resource: file:///.." is thrown. arise when loadURL and the only alternative I've found is "loadDataWithBaseURL".
webView.loadDataWithBaseURL("file:///android_asset/demo/", tmpDocumentText,"text/html", "UTF-8", null);