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.

Constants

IFRAME → const String

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 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.