从webview中加载assets中的html文件

 private void readHtmlFormAssets(){

        WebSettings webSettings = tipsWebView.getSettings();

        

        webSettings.setLoadWithOverviewMode(true);

        webSettings.setUseWideViewPort(true);

        

        tipsWebView.setBackgroundColor(Color.TRANSPARENT);  

        tipsWebView.loadUrl("file:///android_asset/html/about.html");

    }

posted @ 2013-07-16 17:33  ConquerMobileApp  阅读(824)  评论(0编辑  收藏  举报