• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Module Description
2
3The **Webview** module provides APIs for web control. It can work with the [Web](arkts-basic-components-web.md) component, which is used to display web pages.
4
5> **NOTE**
6>
7> - The initial APIs of this module are supported since API version 9. Updates will be marked with a superscript to indicate their earliest API version.
8>
9> - You can preview how this component looks on a real device, but not in DevEco Studio Previewer.
10>
11> - Static methods must be used on the user interface (UI) thread.
12
13## Required Permissions
14
15**ohos.permission.INTERNET**, required for accessing online web pages. For details about how to apply for a permission, see [Declaring Permissions](../../security/AccessToken/declare-permissions.md).
16
17## Modules to Import
18
19```ts
20import { webview } from '@kit.ArkWeb';
21```
22
23**System capability**: SystemCapability.Web.Webview.Core
24