# FAQ

## How to get data from Web View to Unity?

You can add a scheme you want to capture and add with AddScheme method. All url's with the specified scheme will be passed as messages to Unity (OnURLSchemeMatchFound)

## Are there any events for page loading status?

**WebView\.OnLoadStart** is the event that gets triggered when page loading starts.

**WebView\.OnLoadFinish** is the event that gets triggered when page loading is done.

## &#x20;How to check the progress of a url load request?

You can use **Progress** property of **WebView** instance  to check the web page loading progress value.


---

# 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://assetstore.essentialkit.voxelbusters.com/v2/web-view/faq.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.
