s_webview/src/_s_webview/web_utils/web_utils_web library
Web implementation of web utilities.
This file is only loaded on web platforms and provides access to browser-specific functionality.
Uses package:s_packages/s_universal_html for WASM compatibility instead of dart:html.
Functions
-
applyIframeFilter(
String src, String filter) → void -
Applies a CSS filter to the iframe corresponding to
src(web platform only). -
openInNewTab(
String url) → void - Opens a URL in a new browser tab (web platform only).