Skip to main content

WebViewConfiguration

Configuration options for in-app web views.

Properties

Properties

enable_dom_storageclass-attributeinstance-attribute

enable_dom_storage: bool = True

Whether DOM storage is enabled.

enable_javascriptclass-attributeinstance-attribute

enable_javascript: bool = True

Whether JavaScript execution is allowed.

headersclass-attributeinstance-attribute

headers: dict[str, str] = field(default_factory=dict)

Additional HTTP headers to include with the request.