Android使用webView加载html页面的详细步骤
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_three);
//1. asset目录下的index.html文件
String filePath = "file:///android_asset/html/index.html";
//2.本地内存中的index.html文件
// 获取文件夹路径
String htmlPath = getExternalFilesDir("html").getPath();
File htmlFile = new File(htmlPath);
// 判断是否存在,不存在则创建
if (htmlFile.exists()){
htmlPath = htmlFile.getPath()+File.separator+"index.html";
}else {
htmlFile.mkdirs();
htmlPath = htmlFile.getPath()+File.separator+"index.html";
}
// 地址
String localFilePath = "file:///"+htmlPath;
//3.指定的URL的html文件
/**
* 若是不显示,在AndroidManifest.xml中添加android:usesCleartextTraffic="true"
* 并且设置网络权限
*/
String urlPath = "https://www.baidu.com/";
myWebView = findViewById(R.id.myWebView);
WebSettings myWebSettings = myWebView.getSettings();
// webView解决加载html页面空白问题
myWebSettings.setJavaScriptEnabled(true);// 设置支持javascript
myWebSettings.setUseWideViewPort(true);//将图片调整到适合webView大小
myWebSettings.setLoadWithOverviewMode(true);//缩放至屏幕大小
myWebSettings.setDomStorageEnabled(true);//设置DOM缓存,当H5网页使用localstorage时一定要设置
myWebSettings.setCacheMode(android.webkit.WebSettings.LOAD_NO_CACHE);// 设置去缓存,防止加载的是上一次数据
myWebSettings.setDatabaseEnabled(true);
// 解决加载本地内存中报错 err_access_denied
myWebSettings.setAllowFileAccess(true);
myWebSettings.setAllowContentAccess(true);
// 解决webView报错 Loading local files from file:// urls is not possible due browser security restrictions
/**
* 设置是否允许运行在一个file schema URL环境下的JavaScript访问来自其他任何来源的内容,
* 包括其他file schema URLs。
* 通过此API可以设置是否允许通过file url加载的Javascript可以访问其他的源,
* 包括其他的文件和http,https等其他的源。与上面的类似,实现一个就可以。
* webSetting.setAllowUniversalAccessFromFileURLs(true);
* */
myWebSettings.setAllowUniversalAccessFromFileURLs(true);
/**
* 设置是否允许运行在一个file schema URL环境下的JavaScript访问来自其他任何来源的内容,
* 包括其他file schema URLs。
* 通过此API可以设置是否允许通过file url加载的Javascript可以访问其他的源,
* 包括其他的文件和http,https等其他的源。与上面的类似,实现一个就可以。
*/
//myWebSettings.setAllowUniversalAccessFromFileURLs(true);
//加载html
if (filePath != null) {
myWebView.loadUrl(urlPath);
}
}
- .NET Core系列之MemoryCache 初识
- 007手机一键Root(安机网一键Root) v3.0 官方最新版 一键ROOT您的Android手机
- 12306密码被盗了怎么办?12306密码外泄解决方法
- 12个字的qq网名
- 150M迷你型无线路由器怎么设置?
- 192.168.1.1打不开怎么办?路由器192.168.1.1打不开的原因以及解决办法
- 2011年电子报合订本 电子报 编辑部 中文 PDF版 [84M]
- 2015年1月15日小米新旗舰发布会现场图文直播
- 2016.3.1vivo Xplay5新品发布会现场视频直播 优酷直播
- 2016华为P9发布会视频直播地址 4月15日华为P9国行发布会直播