---
title: Session Replay - WebView
description: How to include WebViews in replays
lastUpdated: 16 March 2026
source_url:
  html: https://docs.contentsquare.com/en/webview-tracking-tag/session-replay/
  md: https://docs.contentsquare.com/en/webview-tracking-tag/session-replay/index.md
---

In order to have WebViews in the replays, Session Replay tracking needs to be set up on the native side.

See [iOS](https://docs.contentsquare.com/en/ios/session-replay/#configure-webviews) and [Android](https://docs.contentsquare.com/en/android/session-replay/#configure-webviews) docs for prerequisites.

## How Session Replay WebView tracking works

Similar to analytics events, once set in WebView mode, the Tag will collect Session Replay data and pass it to the native SDK, which will then send it to the dedicated Apps project.

## Personal Data Handling

WebView personal data masking is entirely handled on the web side. Follow the web documentation section to implement personal data handling: [Personal Data Handling](https://docs.contentsquare.com/en/web/personal-data-handling/).

### About (remote) Session Replay data collection options

[Session Replay data collection options](https://docs.contentsquare.com/en/web/personal-data-handling/#session-replay-data-collection-options) are also applied in WebView mode:

* [Clear content with masked Personal Data](https://docs.contentsquare.com/en/web/personal-data-handling/#with-page-masking-off) VS [Auto-masked content with AAA masking](https://docs.contentsquare.com/en/web/personal-data-handling/#with-page-masking-on)
* [Selectively mask pages by URL](https://docs.contentsquare.com/en/web/personal-data-handling/#selectively-mask-pages-by-url)
