1 Star 0 Fork 270

pilipala195 / web_webview

forked from OpenHarmony / web_webview 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
周礼亭 提交于 2023-06-13 09:08 . delete test

web_webview

Introduction

nweb is the native engine of the OpenHarmony webview component and is built based on Chromium and the Chromium Embedded Framework (CEF).

Software Architecture

Below is the software architecture.

  • Webview component: UI component in OpenHarmony.
  • nweb: native engine of the OpenHarmony web component, which is built based on the Chromium Embedded Framework (CEF).
  • CEF: stands for Chromium Embedded Framework. It is an open-source project based on Google Chromium.
  • Chromium: an open-source web browser principally developed by Google and released under the BSD license and other permissive open-source licenses.

Directory Structure

.
├── ohos_nweb            # OpenHarmony adaptation code
│   ├── include
│   ├── prebuilts        # NWeb.hap, built based on the third_party_chromium source code repository
│   └── src
└── test                 # nwebview test code

Repositories Involved

ace_ace_engine

third_party_cef

web_webview

third_party_chromium

1
https://gitee.com/pilipala195/web_webview.git
git@gitee.com:pilipala195/web_webview.git
pilipala195
web_webview
web_webview
master

搜索帮助