> For the complete documentation index, see [llms.txt](https://docs.mixeffect.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mixeffect.app/configure/switcher-pages/panels-and-buttons/remote-webview.md).

# Remote Webview

Displays the [Remote Webview](/configure/remote-webview.md) window as a Switcher Page panel.

Tap the … button to reveal the following commands you can run from the Remote Webview panel:

* **Multiview Switcher**: If available, overlay a Multiview Switcher on top of the Remote Webview content.
* **Edit**: Change the URL to display in the panel.
* **Copy URL**: Copies the URL to the clipboard.
* **Open URL in Default Browser**: Opens the URL in the device's default web browser
* **Connect/Disconnect**: Connects or disconnects from the URL.

<figure><img src="/files/QLGl4uboBzl5p66xiUzK" alt=""><figcaption></figcaption></figure>

### Using the Multiview Switcher Overlay

On MixEffect running on iPadOS 16 devices, the Multiview Switcher overlay for Remote Webview allows you to control your ATEM switcher in real-time by tapping on the Multiview video stream. You can change video sources, start and stop streams, choose from new SuperSource presets, and more. To activate the Multiview Switcher overlay, perform the following:

1. Make sure the content of the Remote Webview URL is outputting the Multiview from your ATEM switcher.
2. Go to a Switcher Page wih the **Remote Webview** panel.
3. Tap the **...** button.
4. Tap the number button corresponding to the Multiview that you want to display as an overlay.&#x20;
5. The Multiview Switcher will now be overlaid on top of the content from Remote Webview.
6. Follow the documentation in the [Multiview Switcher section](/configure/switcher-pages/panels-and-buttons/multiview-switcher.md) on how to control your ATEM.

### macOS Incompatibility

macOS users should note that there's an incompatibility rendering VDO.ninja video streams when MixEffect is running on macOS. As a result, Remote Webview will not work until this bug has been fixed. Use the Open URL in Default Browser to view the VDO.ninja feed separately. Note that the Multiview Switcher Overlay will not be available when you do this.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mixeffect.app/configure/switcher-pages/panels-and-buttons/remote-webview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
