# Module Description The **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. > **NOTE** > > - 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. > > - You can preview how this component looks on a real device, but not in DevEco Studio Previewer. > > - Static methods must be used on the user interface (UI) thread. ## Required Permissions **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). ## Modules to Import ```ts import { webview } from '@kit.ArkWeb'; ``` **System capability**: SystemCapability.Web.Webview.Core