CWebViewController class

The web view controller to support the CodeMeltedUI.uiWebView widget creation.

Constructors

CWebViewController({required String initialUrl, String allow = "", bool allowFullScreen = true, List<CSandboxAllow> sandbox = const []})
Constructor for the object.

Properties

allow String
The policy defines what features are available to the webview element (for example, access to the microphone, camera, battery, web-share, etc.) based on the origin of the request.
final
allowFullScreen bool
Whether to allow the embedded web view to request full screen access.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandbox List<CSandboxAllow>
The set of CSandboxAllow permissions for the web view.
final
url String
Sets / gets the currently loaded URL in the embedded web view.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited