• Home
Name Date Size #Lines LOC

..--

figures/22-Oct-2025-

Readme-CN.mdD22-Oct-20254 KiB6766

app-takeovers-web-media.mdD22-Oct-202544.6 KiB1,2431,088

arkweb-ndk-jsbridge.mdD22-Oct-202561.1 KiB1,3841,160

arkweb-ndk-page-data-channel.mdD22-Oct-202539 KiB900794

web-adsblock.mdD22-Oct-202514.9 KiB252203

web-app-page-data-channel.mdD22-Oct-20256.4 KiB170153

web-clipboard.mdD22-Oct-202510.8 KiB325269

web-component-migrate.mdD22-Oct-20257 KiB189156

web-component-overview.mdD22-Oct-20253 KiB6843

web-content-scrolling.mdD22-Oct-20252.7 KiB5446

web-cookie-and-data-storage-mgmt.mdD22-Oct-20254.9 KiB147107

web-crashpad.mdD22-Oct-20253.9 KiB7964

web-createpdf.mdD22-Oct-20255.5 KiB136121

web-cross-origin.mdD22-Oct-20258.7 KiB208181

web-data-detector.mdD22-Oct-20255.3 KiB12397

web-debugging-with-devtools.mdD22-Oct-202517.9 KiB468352

web-default-userAgent.mdD22-Oct-202511.4 KiB238189

web-dialog.mdD22-Oct-202516.5 KiB492453

web-docking-softkeyboard.mdD22-Oct-202518.2 KiB449365

web-download.mdD22-Oct-202517.2 KiB395354

web-event-sequence.mdD22-Oct-202514.5 KiB252212

web-file-upload.mdD22-Oct-202514.2 KiB344288

web-fit-content.mdD22-Oct-20257.6 KiB193155

web-focus.mdD22-Oct-20259.8 KiB224179

web-geolocation-permission.mdD22-Oct-20258.1 KiB198173

web-gesture.mdD22-Oct-20256.4 KiB155131

web-in-app-frontend-page-function-invoking.mdD22-Oct-20253.4 KiB9177

web-in-page-app-function-invoking.mdD22-Oct-202525.1 KiB805719

web-incognito-mode.mdD22-Oct-202511.3 KiB339286

web-intelligent-tracking-prevention.mdD22-Oct-20256.5 KiB185157

web-nested-scrolling.mdD22-Oct-202512 KiB311272

web-offline-mode.mdD22-Oct-202518.6 KiB514455

web-open-in-new-window.mdD22-Oct-20255.3 KiB128106

web-page-loading-with-web-components.mdD22-Oct-20259.8 KiB338265

web-pdf-preview.mdD22-Oct-20255.5 KiB146120

web-picture-in-picture.mdD22-Oct-20256.4 KiB197162

web-predictor.mdD22-Oct-202522.7 KiB667550

web-print.mdD22-Oct-20254.8 KiB164142

web-redirection-and-browsing-history-mgmt.mdD22-Oct-20255.5 KiB180146

web-render-mode.mdD22-Oct-20252.7 KiB6041

web-resource-interception-request-mgmt.mdD22-Oct-20256.7 KiB180153

web-router-flash-optimization.mdD22-Oct-20252.2 KiB3725

web-rtc.mdD22-Oct-20255.4 KiB154139

web-safe-area-insets.mdD22-Oct-20259.2 KiB226183

web-same-layer.mdD22-Oct-202571.3 KiB1,4501,256

web-scale-zoom.mdD22-Oct-20257.7 KiB240199

web-scheme-handler.mdD22-Oct-202531.6 KiB913778

web-secure-shield-mode.mdD22-Oct-20253.1 KiB6638

web-sensor.mdD22-Oct-202512.3 KiB248220

web-set-back-forward-cache.mdD22-Oct-20253.5 KiB7461

web-set-dark-mode.mdD22-Oct-202511.2 KiB216157

web-white-screen.mdD22-Oct-202520.3 KiB390343

web_component_process.mdD22-Oct-20257.7 KiB196152

web_drag.mdD22-Oct-20258.5 KiB235200

web_full_screen.mdD22-Oct-20253.3 KiB6453

web_menu.mdD22-Oct-202534.5 KiB961908

Readme-CN.md

1# ArkWeb(方舟Web)
2
3- [ArkWeb简介](web-component-overview.md)
4- [ArkWeb进程](web_component_process.md)
5- [Web组件的生命周期](web-event-sequence.md)
6- 设置基本属性和事件<!--web-set-attributes-events-->
7  - [User-Agent开发指导](web-default-userAgent.md)
8  - [管理Cookie及数据存储](web-cookie-and-data-storage-mgmt.md)
9  - [Web深色模式适配](web-set-dark-mode.md)
10  - [在新窗口中打开页面](web-open-in-new-window.md)
11  - [管理位置权限](web-geolocation-permission.md)
12  - [使用隐私模式](web-incognito-mode.md)
13  - [使用运动和方向传感器监测设备状态](web-sensor.md)
14- Web渲染和布局<!--web-render-layout-->
15  - [Web渲染模式](web-render-mode.md)
16  - [使用Web组件大小自适应页面内容布局](web-fit-content.md)
17  - [优化跳转至新Web组件过程中的页面闪烁现象](web-router-flash-optimization.md)
18- 在应用中使用前端页面JavaScript<!--web-use-frontend-page-js-->
19  - [应用侧调用前端页面函数](web-in-app-frontend-page-function-invoking.md)
20  - [前端页面调用应用侧函数](web-in-page-app-function-invoking.md)
21  - [建立应用侧与前端页面数据通道](web-app-page-data-channel.md)
22  - [应用侧与前端页面的相互调用(C/C++)](arkweb-ndk-jsbridge.md)
23  - [建立应用侧与前端页面数据通道(C/C++)](arkweb-ndk-page-data-channel.md)
24- 管理网页交互<!--web-manage-page-interaction-->
25  - [Web组件嵌套滚动](web-nested-scrolling.md)
26  - [Web页面显示内容滚动](web-content-scrolling.md)
27  - [Web组件对接软键盘](web-docking-softkeyboard.md)
28  - [Web组件焦点管理](web-focus.md)
29  - [使用Web组件的手势与应用交互](web-gesture.md)
30  - [使用Web组件管理网页缩放](web-scale-zoom.md)
31  - [使用Web组件显示网页弹框](web-dialog.md)
32  - [使用Web组件的拖拽功能与网页交互](web_drag.md)
33- 管理Web组件的网络安全与隐私<!--web-manage-cyber-security-privacy-->
34  - [解决Web组件本地资源跨域问题](web-cross-origin.md)
35  - [使用智能防跟踪功能](web-intelligent-tracking-prevention.md)
36  - [使用Web组件的广告过滤功能](web-adsblock.md)
37  - [坚盾守护模式](web-secure-shield-mode.md)
38- 管理网页加载与浏览记录<!--web-manage-loading-browsing-->
39  - [使用Web组件加载页面](web-page-loading-with-web-components.md)
40  - [管理页面跳转及浏览记录导航](web-redirection-and-browsing-history-mgmt.md)
41  - [拦截Web组件发起的网络请求](web-scheme-handler.md)
42  - [自定义页面请求响应](web-resource-interception-request-mgmt.md)
43  - [加速Web页面的访问](web-predictor.md)
44  - [设置Web组件前进后退缓存](web-set-back-forward-cache.md)
45  - [Web组件在不同窗口间迁移](web-component-migrate.md)
46- 管理网页文件上传与下载<!--web-manage-upload-download-->
47  - [使用Web组件上传文件](web-file-upload.md)
48  - [使用Web组件的下载能力](web-download.md)
49- 使用网页多媒体<!--web-use-multimedia-->
50  - [使用WebRTC进行Web视频会议](web-rtc.md)
51  - [托管网页中的媒体播放](app-takeovers-web-media.md)
52  - [使用Web组件支持画中画](web-picture-in-picture.md)
53  - [Web组件支持视频沉浸式全屏播放](web_full_screen.md)
54- 处理网页内容<!--web-process-page-content-->
55  - [使用Web组件打印前端页面](web-print.md)
56  - [使用Web组件保存前端页面为PDF](web-createpdf.md)
57  - [使用Web组件的PDF文档预览能力](web-pdf-preview.md)
58  - [网页中安全区域计算和避让适配](web-safe-area-insets.md)
59  - [使用Web组件菜单处理网页内容](web_menu.md)
60  - [使用Web组件与系统剪贴板交互处理网页内容](web-clipboard.md)
61  - [使用Web组件的智能分词能力](web-data-detector.md)
62- [同层渲染](web-same-layer.md)
63- [使用离线Web组件](web-offline-mode.md)
64- Web调试维测<!--web-debugging-->
65  - [使用DevTools工具调试前端页面](web-debugging-with-devtools.md)
66  - [使用crashpad收集Web组件崩溃信息](web-crashpad.md)
67  - [定位与解决Web白屏问题](web-white-screen.md)