iframe_element library
Classes
- CookieManager
-
Manages cookies pertaining to all
WebViews. - IFrameElement
- The iframe element represents its nested browsing context.
- JavascriptChannel
- A named channel for receiving messaged from JavaScript code running inside a web view.
- 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.
Typedefs
- JavascriptMessageHandler = void Function(JavascriptMessage message)
- Callback type for handling messages sent from Javascript running in a web view.
- Decides how to handle a specific navigation request.
- PageFinishedCallback = void Function(String url)
-
Signature for when a
WebViewhas finished loading a page. - PageStartedCallback = void Function(String url)
-
Signature for when a
WebViewhas started loading a page. - WebViewCreatedCallback = void Function(WebViewController controller)
-
Optional callback invoked when a web view is first created.
controlleris the WebViewController for the created web view.