码迷,mamicode.com
首页 > Web开发 > 详细

webview加载本地html、本apk内html和远程URL

时间:2014-07-20 22:38:53      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:webview

//打开本包内asset目录下的index.html文件
 
wView.loadUrl(" file:///android_asset/index.html ");   
 
//打开本地sd卡内的index.html文件
 
wView.loadUrl("content://com.android.htmlfileprovider/sdcard/index.html");
 
//打开指定URL的html文件
 
wView.loadUrl("http://blog.csdn.net/anjon520");

webview加载本地html、本apk内html和远程URL

标签:webview

原文地址:http://blog.csdn.net/anjon520/article/details/37996635

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!