• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Mar-2025-

figures/H17-Mar-2025-

Readme-EN.mdH A D17-Mar-20253.3 KiB5755

app-takeovers-web-media.mdH A D17-Mar-202545 KiB1,2201,065

arkweb-ndk-jsbridge.mdH A D17-Mar-202529 KiB654544

arkweb-ndk-page-data-channel.mdH A D17-Mar-202538.6 KiB884777

web-adsblock.mdH A D17-Mar-202515.4 KiB245197

web-app-page-data-channel.mdH A D17-Mar-20255.7 KiB144129

web-component-migrate.mdH A D17-Mar-20257.2 KiB182150

web-component-overview.mdH A D17-Mar-20252.1 KiB4322

web-content-scrolling.mdH A D17-Mar-20252.4 KiB8173

web-cookie-and-data-storage-mgmt.mdH A D17-Mar-20255 KiB13998

web-crashpad.mdH A D17-Mar-20253.9 KiB7257

web-cross-origin.mdH A D17-Mar-20254.3 KiB9786

web-debugging-with-devtools.mdH A D17-Mar-202514.2 KiB359268

web-default-userAgent.mdH A D17-Mar-20258.1 KiB176136

web-docking-softkeyboard.mdH A D17-Mar-202518 KiB377302

web-download.mdH A D17-Mar-202513.3 KiB294260

web-event-sequence.mdH A D17-Mar-202512 KiB184153

web-file-upload.mdH A D17-Mar-20252.2 KiB6551

web-fit-content.mdH A D17-Mar-20255.2 KiB11398

web-focus.mdH A D17-Mar-202510.4 KiB218173

web-geolocation-permission.mdH A D17-Mar-20253.7 KiB11094

web-in-app-frontend-page-function-invoking.mdH A D17-Mar-20253.1 KiB7863

web-in-page-app-function-invoking.mdH A D17-Mar-202524.4 KiB783703

web-incognito-mode.mdH A D17-Mar-202511.3 KiB333280

web-intelligent-tracking-prevention.mdH A D17-Mar-20256.9 KiB179151

web-nested-scrolling.mdH A D17-Mar-20257.1 KiB143125

web-offline-mode.mdH A D17-Mar-202520.5 KiB491432

web-open-in-new-window.mdH A D17-Mar-20254.3 KiB11289

web-page-loading-with-web-components.mdH A D17-Mar-20258.6 KiB275212

web-pdf-preview.mdH A D17-Mar-20254.9 KiB10483

web-predictor.mdH A D17-Mar-202522.4 KiB643525

web-print.mdH A D17-Mar-20253.8 KiB126108

web-redirection-and-browsing-history-mgmt.mdH A D17-Mar-20255.2 KiB174139

web-render-mode.mdH A D17-Mar-20251.8 KiB5839

web-resource-interception-request-mgmt.mdH A D17-Mar-20256.6 KiB167143

web-router-flash-optimization.mdH A D17-Mar-20252.8 KiB3119

web-rtc.mdH A D17-Mar-20254.7 KiB138124

web-safe-area-insets.mdH A D17-Mar-20255.1 KiB8463

web-same-layer.mdH A D17-Mar-202551.6 KiB987839

web-scheme-handler.mdH A D17-Mar-202531 KiB882750

web-secure-shield-mode.mdH A D17-Mar-20253.7 KiB6031

web-sensor.mdH A D17-Mar-202512.3 KiB236210

web-set-back-forward-cache.mdH A D17-Mar-20253.4 KiB6855

web-set-dark-mode.mdH A D17-Mar-20253.3 KiB7864

web_component_process.mdH A D17-Mar-20258.5 KiB191146

Readme-EN.md

1# ArkWeb
2
3- [Introduction to ArkWeb](web-component-overview.md)
4- [ArkWeb Process](web_component_process.md)
5- [Lifecycle of Web Components](web-event-sequence.md)
6- Setting Basic Attributes and Events
7  - [Setting UserAgent](web-default-userAgent.md)
8  - [Managing Cookies and Data Storage](web-cookie-and-data-storage-mgmt.md)
9  - [Setting the Dark Mode](web-set-dark-mode.md)
10  - [Opening Pages in a New Window](web-open-in-new-window.md)
11  - [Managing Location Permissions](web-geolocation-permission.md)
12  - [Using Incognito Mode](web-incognito-mode.md)
13  - [Using Motion and Orientation Sensors](web-sensor.md)
14- Web Rendering and Layout
15  - [Rendering Modes of the Web Component](web-render-mode.md)
16  - [Fitting In the Page Content Layout](web-fit-content.md)
17  - [Optimizing the Page Flash During the Redirection](web-router-flash-optimization.md)
18- Using Frontend Page JavaScript Code in the Application
19  - [Invoking Frontend Page Functions on the Application](web-in-app-frontend-page-function-invoking.md)
20  - [Invoking Application Functions on the Frontend Page](web-in-page-app-function-invoking.md)
21  - [Establishing a Data Channel Between the Application and the Frontend Page](web-app-page-data-channel.md)
22  - [Mutual Invoking (C/C++) Between the Application and the Frontend Page](arkweb-ndk-jsbridge.md)
23  - [Establishing a Data Channel Between the Application and the Frontend Page (C/C++)](arkweb-ndk-page-data-channel.md)
24- Managing Web Page Interactions
25  - [Implementing Nested Scrolling](web-nested-scrolling.md)
26  - [Implementing Content Scrolling](web-content-scrolling.md)
27  - [Docking to the Soft Keyboard](web-docking-softkeyboard.md)
28  - [Managing Focus](web-focus.md)
29- Managing Cyber Security and Privacy for Web Components
30  - [Resolving Cross-Origin Resource Access](web-cross-origin.md)
31  - [Intelligent Tracking Prevention](web-intelligent-tracking-prevention.md)
32  - [Enabling Ads Blocking](web-adsblock.md)
33  - [Using Secure Shield Mode](web-secure-shield-mode.md)
34- Managing Web Page Loading and Browsing Records
35  - [Loading Web Pages](web-page-loading-with-web-components.md)
36  - [Managing Page Redirection and Browsing History Navigation](web-redirection-and-browsing-history-mgmt.md)
37  - [Intercepting Network Requests Initiated by Web Components](web-scheme-handler.md)
38  - [Customizing Page Request Responses](web-resource-interception-request-mgmt.md)
39  - [Accelerating Web Page Access with Preconnecting and Prefetching](web-predictor.md)
40  - [Setting Back-forward Cache](web-set-back-forward-cache.md)
41  - [Migrating Web Components Between Different Windows](web-component-migrate.md)
42- Managing Web Page File Upload and Download
43  - [Uploading Files](web-file-upload.md)
44  - [Downloading Files](web-download.md)
45- Using Web Multimedia
46  - [Starting a Camera and Microphone with WebRTC](web-rtc.md)
47  - [Taking Over the Media Playback on Web Pages](app-takeovers-web-media.md)
48- Processing Web Page Content
49  - [Printing Frontend Pages](web-print.md)
50  - [Previewing PDF Files](web-pdf-preview.md)
51  - [Calculating and Adjusting Safe Area Insets](web-safe-area-insets.md)
52- [Using Same-Layer Rendering](web-same-layer.md)
53- [Using Offline Web Components](web-offline-mode.md)
54- Web Debugging
55  - [Debugging Frontend Pages by Using DevTools](web-debugging-with-devtools.md)
56  - [Using Crashpad to Collect Web Component Crash Information](web-crashpad.md)
57