iframe_element library
Classes
- CookieManager
-
Manages cookies pertaining to all
WebView
s. - IFrameElement
- JavascriptChannel
- A named channel for receiving messaged from JavaScript code running inside a web view.
- NativeIframeElement
- Information about a navigation action that is about to be executed.
- RenderWebViewBoundaryBox
- WebViewController
-
Controls a
WebView
. - WebViewElement
- A web view widget for showing html content.
Enums
- A decision on how to handle a navigation request.
Properties
-
nativePostMessage
→ Pointer<
NativeFunction< NativeIframePostMessage> > -
The iframe element represents its nested browsing context.
final
Typedefs
- JavascriptMessageHandler = void Function(JavascriptMessage message)
- Callback type for handling messages sent from Javascript running in a web view.
-
NativeIframePostMessage
= Void Function(Pointer<
NativeIframeElement> nativePtr, Pointer<NativeString> message) - Decides how to handle a specific navigation request.
- PageFinishedCallback = void Function(String url)
-
Signature for when a
WebView
has finished loading a page. - PageStartedCallback = void Function(String url)
-
Signature for when a
WebView
has started loading a page. - WebViewCreatedCallback = void Function(WebViewController controller)
-
Optional callback invoked when a web view is first created.
controller
is the WebViewController for the created web view.