# harmonyos-app-example-webview **Repository Path**: hljdrl/harmonyos-app-example-webview ## Basic Information - **Project Name**: harmonyos-app-example-webview - **Description**: 鸿蒙系统 webview app 范例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 3 - **Created**: 2021-06-08 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # harmonyos-app-example-webview #### harmonyos webview官方范例 https://developer.huawei.com/consumer/cn/codelabsPortal/carddetails/HarmonyOS-WebView #### 开发中内容 - lib_jsplugin插件模块开发中 #### 介绍 鸿蒙系统 WebView app 范例 #### 使用说明 1. WebView加载在线地址 2. WebView加载本地网址 3. WebView加载app内置资源(一) 4. WebView加载app内置资源(二) #### harmonyos 关键文档 1. 配置文件的元素 https://developer.harmonyos.com/cn/docs/documentation/doc-guides/basic-config-file-elements-0000000000034463 #### app rawfile H5来自mint-ui 1. app中内置网页来自第三方 http://mint-ui.github.io/#!/zh-cn #### 遗留问题 1. webview 增加loadview不显示问题-解决中 2. onKeyDown中webview->goBack 返回上一个url Ability页面仍然销毁-解决中 ####修改记录 2021-10-15 1.增加lib_jsplugin模块 2.实现RuntimeJsPlugin、CacheJsPlugin、PageJsPlugin插件 3.增加jsbridge范例 4.增加entry/src/main/resources/rawfile/test/index.html js调用原生方法