# Web View

![](/files/-M-ubxbgws2zssCvtitN)

### 🎨 Styles

* **Appearance**
  * **Background color:** select the background color using the [color picker](/apphive-documentacion/reference/estilos/color-picker.md).
  * **Background image**: this property set one background image for web view element.
* **Margins**
  * **Padding:** you can specify how much space you want between the border and contents of the web view element.

### ⚙ Properties

* **Generic properties**
  * **Enable** [**skeleton loaders**](/apphive-documentacion/reference/estilos/skeleton-loader.md)**:** this tool provides an indication to the user that something is coming but not yet available on the web view element.
  * **Control is hidden:** hide the web view element from the screen

{% hint style="info" %}
The [**skeleton loader**](/apphive-documentacion/reference/estilos/skeleton-loader.md) component provides a user with a visual indicator that content is coming/loading. This is better received than traditional full-screen loaders.
{% endhint %}

* **Specific properties**
  * **URL for web view:** The URL is the address of a website. You can find it in the address bar on the top of your top web browser. Alternatively, you can find the URL for a link by right-clicking it and copying the link.

{% hint style="warning" %}
The web view element only allows certificate Url with https\:// Example: <https://apphive.io/>
{% endhint %}

### 👆 Events

* **On load:** called \*\*\*\*when screen load completes successfully.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/web-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
