Skip to main content

Crate lingxia_webview

Crate lingxia_webview 

Source

Modules§

platform
Platform-specific APIs used by SDK/FFI integration layers.
runtime
Runtime-scoped APIs (instance lookup/destruction, proxy state).

Structs§

BrowserWebViewBuilder
ClickOptions
DownloadRequest
FileChooserFile
FileChooserRequest
FillOptions
LoadDataRequest
LoadError
Error reported when a main-frame page load fails (DNS, network, TLS, etc.).
PressOptions
ProxyApplyReport
ProxyConfig
Global HTTP proxy configuration shared by all WebViews in the process.
ScrollOptions
StrictWebViewBuilder
SystemPipeReader
Cross‑platform system pipe reader (read end)
TypeOptions
WebResourceResponse
Represents an HTTP response whose body is provided by a file path, pipe, or in-memory bytes.
WebTag
WebView identifier combining appid, path, and optional session id. Example: appid:path#123.
WebView
WebView type that includes inner implementation and delegate
WebViewBuilder
Entry point for mode-specific WebView creation.
WebViewCookie
WebViewCookieSetRequest
WebViewEventSubscription
WebViewSession

Enums§

FileChooserResponse
LoadErrorKind
Normalized category for a main-frame page load failure.
LogLevel
Log levels for WebView logging
NavigationPolicy
Navigation policy decision returned by the navigation handler.
NewWindowPolicy
New-window policy decision returned by the new-window handler.
ProxyActivation
ProxyApplyStatus
SchemeOutcome
Outcome of handling a scheme request.
WebResourceBody
Body source for WebResourceResponse
WebViewCookieSameSite
WebViewCreateStage
WebViewError
WebView-specific error types
WebViewEvent
WebViewInputError
WebViewScriptError

Traits§

WebViewController
Interface for controlling WebView (100% copy from lxapp)
WebViewDelegate
WebView delegate trait - focused on WebView events only
WebViewInputController