Skip to content
Francisco Dias edited this page Mar 26, 2026 · 1 revision

Setting Up

Import the WebView extension folder with all subfolders into your project. Make sure to include the ExtensionCore subdirectory and all of its contents.

Extension Assets

Using in Fullscreen

The WebView can be used in fullscreen. This will work best when using borderless fullscreen window_enable_borderless_fullscreen:

window_enable_borderless_fullscreen();
window_set_fullscreen(true);
webview_open_url("https://www.google.com");
webview_set_borderless(true);

Guides

Functions

Clone this wiki locally