> For the complete documentation index, see [llms.txt](https://docs.facephi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.facephi.com/docs.facephi-en/sdks/sdk-web/componentes/selphi-biometria-facial/propiedades/androidwebviewbehaviour.md).

# androidWebViewBehaviour

## Details

**Attribute:** `android-web-view-behaviour`

**Type:** `boolean`

**Default value:** `false`

## Morphology

```typescript
selphi.androidWebViewBehaviour = true;
```

## Description

Adjusts the behavior of the component `facephi-selphi-widget` within Android WebViews to exit the Instagram WebView in an Android environment through a link on an error view to continue the process in a Chrome browser.

***

## Example

```jsx
<facephi-selphi-widget
    androidWebViewBehaviour={true}
/>
```
