s_webview/src/_s_webview/_s_webview library

Classes

SSLPinningConfig
SSL Certificate pinning configuration
SWebViewPlatformCapabilities
Capability matrix for current platform support.
WebView
A widget that displays a WebView.
WebViewController
A controller for managing WebView instances across different platforms.
WebViewCookie
Cookie management data class

Enums

SWebViewNavigationDecision
A navigation decision for URL requests.

Extensions

WebViewCacheManagement on WebViewController
Extension methods for WebViewController providing cache management.
WebViewControllerExtension on WebViewController
Extension methods for WebViewController providing navigation control.
WebViewCookieManagement on WebViewController
Extension methods for WebViewController providing cookie management.
WebViewHeaders on WebViewController
Extension methods for WebViewController providing custom HTTP headers.
WebViewPageMetadata on WebViewController
Extension methods for WebViewController providing page metadata access.
WebViewPageSearch on WebViewController
Extension methods for WebViewController providing page search functionality.
WebViewSSLPinning on WebViewController
Extension methods for WebViewController providing SSL certificate pinning.

Typedefs

SWebViewNavigationRequestCallback = SWebViewNavigationDecision Function(Uri uri)
Signature for intercepting URL requests before navigation.