The base url for html files under the assets of your app is
"file:///android_asset/"
WebView wv = new WebView(context); wv.getSettings().setJavaScriptEnabled(true); wv.loadUrl("file:///android_asset/coca/coca_00001_the.html");
No comments:
Post a Comment