Skip to content

WebViewConfiguration

Configuration options for in-app web views.

Properties

Properties#

enable_dom_storage class-attribute instance-attribute #

enable_dom_storage: bool = True

Whether DOM storage is enabled.

enable_javascript class-attribute instance-attribute #

enable_javascript: bool = True

Whether JavaScript execution is allowed.

headers class-attribute instance-attribute #

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

Additional HTTP headers to include with the request.