README_en.md
1# Web
2
3### Introduction
4
5This sample shows the function pages of the **\<Web>** component.
6
7### Usage
8
91. From the home page of the sample app, touch an icon to access the respective web page.
102. After browsing multi-level web pages, touch the navigation bar at the bottom to go to the previous page, next page, or home page.
113. When a web page is being loaded, touch the **X** icon on the top to stop loading. When the web page has been loaded, touch the **Refresh** icon on the top to refresh the web page.
124. Touch the URL text box on the top to view the recent browsing history. Click a browsing record to access the corresponding web page. You can also enter a URL and touch **Search** to load a new web page.
13
14### Constraints
15
16This sample can only be run on standard-system devices.
17
README_zh.md
1# Web
2
3### 简介
4
5本示例主要展示了web的功能页面。实现效果如下:
6
7
8
9### 相关概念
10
11Web:提供具有网页显示能力的Web组件。
12
13### 相关权限
14
15网络使用权限:ohos.permission.INTERNET
16
17### 使用说明
18
191.点击应用进入主页面,点击主页面相应的图标可进入相应的网页。
20
212.在浏览多级网页后,可以通过点击**底部导航条**可实现进入上一级网页、下一级网页、进入主页面等操作。
22
233.网页正在加载时可以点击顶部的**X图标**停止网页的加载。网页加载完成后,点击顶部的**刷新**图标可以对网页进行刷新。
24
254.点击顶部的**网址输入框**,可以看到最近浏览的网页,并点击进入相应的网页。也可以输入新的网址,并点击**搜索**按钮加载网页。
26
27### 约束与限制
28
291.本示例仅支持在标准系统上运行。
30
312.本示例需要使用DevEco Studio 3.0 Beta4 (Build Version: 3.0.0.992, built on July 14, 2022)才可编译运行。