【Android】WebView
- 使用WebView可以显示HTML内容
- 官方文档:https://developer.android.google.cn/guide/webapps/webview
- 参考:
- 显示本地HTML文件:
webView.loadUrl("file:///android_asset/test.html");
- android_asset表示assets目录:{工程目录}/app/src/main/assets
This post is licensed under CC BY 4.0 by the author.