Android java : How to load html files in assets via WebView?

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

Earn Up to USD $1,000 in IBKR Stock — Referral Invitation

I’ve been using Interactive Brokers (IBKR) for my brokerage account and have had a great experience with their platform, low fees, and glob...