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