Package-level declarations

Types

Link copied to clipboard
sealed interface LoadingState

Shared loading lifecycle definitions for WebViewState.

Link copied to clipboard

Common navigation controls for WebViewState.

Link copied to clipboard

Common state holders for WebView.

Functions

Link copied to clipboard
@Composable
actual fun rememberWebViewState(url: String): WebViewState<*>
@Composable
expect fun rememberWebViewState(url: String = "about:blank"): WebViewState<*>

Creates and remembers a WebViewState for the current composition.

@Composable
actual fun rememberWebViewState(url: String): WebViewState<*>
Link copied to clipboard
@Composable
actual fun WebView(state: WebViewState<*>, modifier: Modifier)
@Composable
expect fun WebView(state: WebViewState<*> = rememberWebViewState("about:blank"), modifier: Modifier = Modifier)

Common WebView entry points.

actual fun WebView(state: WebViewState<*>, modifier: ERROR CLASS: Symbol not found for Modifier)
@Composable
actual fun WebView(state: WebViewState<*>, modifier: Modifier)