WebView class abstract

Abstract class that represents a WebView. Used by InAppWebView, HeadlessInAppWebView and the WebView of InAppBrowser.

Implementers

Constructors

WebView({int? windowId, void onWebViewCreated(InAppWebViewController controller)?, void onLoadStart(InAppWebViewController controller, WebUri? url)?, void onLoadStop(InAppWebViewController controller, WebUri? url)?, @Deprecated('Use onReceivedError instead') void onLoadError(InAppWebViewController controller, Uri? url, int code, String message)?, void onReceivedError(InAppWebViewController controller, WebResourceRequest request, WebResourceError error)?, @Deprecated("Use onReceivedHttpError instead") void onLoadHttpError(InAppWebViewController controller, Uri? url, int statusCode, String description)?, void onReceivedHttpError(InAppWebViewController controller, WebResourceRequest request, WebResourceResponse errorResponse)?, void onProgressChanged(InAppWebViewController controller, int progress)?, void onConsoleMessage(InAppWebViewController controller, ConsoleMessage consoleMessage)?, Future<NavigationActionPolicy?> shouldOverrideUrlLoading(InAppWebViewController controller, NavigationAction navigationAction)?, void onLoadResource(InAppWebViewController controller, LoadedResource resource)?, void onScrollChanged(InAppWebViewController controller, int x, int y)?, @Deprecated('Use onDownloadStartRequest instead') void onDownloadStart(InAppWebViewController controller, Uri url)?, void onDownloadStartRequest(InAppWebViewController controller, DownloadStartRequest downloadStartRequest)?, @Deprecated('Use onLoadResourceWithCustomScheme instead') Future<CustomSchemeResponse?> onLoadResourceCustomScheme(InAppWebViewController controller, Uri url)?, Future<CustomSchemeResponse?> onLoadResourceWithCustomScheme(InAppWebViewController controller, WebResourceRequest request)?, Future<bool?> onCreateWindow(InAppWebViewController controller, CreateWindowAction createWindowAction)?, void onCloseWindow(InAppWebViewController controller)?, Future<JsAlertResponse?> onJsAlert(InAppWebViewController controller, JsAlertRequest jsAlertRequest)?, Future<JsConfirmResponse?> onJsConfirm(InAppWebViewController controller, JsConfirmRequest jsConfirmRequest)?, Future<JsPromptResponse?> onJsPrompt(InAppWebViewController controller, JsPromptRequest jsPromptRequest)?, Future<HttpAuthResponse?> onReceivedHttpAuthRequest(InAppWebViewController controller, HttpAuthenticationChallenge challenge)?, Future<ServerTrustAuthResponse?> onReceivedServerTrustAuthRequest(InAppWebViewController controller, ServerTrustChallenge challenge)?, Future<ClientCertResponse?> onReceivedClientCertRequest(InAppWebViewController controller, ClientCertChallenge challenge)?, @Deprecated('Use FindInteractionController.onFindResultReceived instead') void onFindResultReceived(InAppWebViewController controller, int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting)?, Future<AjaxRequest?> shouldInterceptAjaxRequest(InAppWebViewController controller, AjaxRequest ajaxRequest)?, Future<AjaxRequestAction?> onAjaxReadyStateChange(InAppWebViewController controller, AjaxRequest ajaxRequest)?, Future<AjaxRequestAction?> onAjaxProgress(InAppWebViewController controller, AjaxRequest ajaxRequest)?, Future<FetchRequest?> shouldInterceptFetchRequest(InAppWebViewController controller, FetchRequest fetchRequest)?, void onUpdateVisitedHistory(InAppWebViewController controller, WebUri? url, bool? isReload)?, @Deprecated("Use onPrintRequest instead") void onPrint(InAppWebViewController controller, Uri? url)?, Future<bool?> onPrintRequest(InAppWebViewController controller, WebUri? url, PrintJobController? printJobController)?, void onLongPressHitTestResult(InAppWebViewController controller, InAppWebViewHitTestResult hitTestResult)?, void onEnterFullscreen(InAppWebViewController controller)?, void onExitFullscreen(InAppWebViewController controller)?, void onPageCommitVisible(InAppWebViewController controller, WebUri? url)?, void onTitleChanged(InAppWebViewController controller, String? title)?, void onWindowFocus(InAppWebViewController controller)?, void onWindowBlur(InAppWebViewController controller)?, void onOverScrolled(InAppWebViewController controller, int x, int y, bool clampedX, bool clampedY)?, void onZoomScaleChanged(InAppWebViewController controller, double oldScale, double newScale)?, @Deprecated('Use onSafeBrowsingHit instead') Future<SafeBrowsingResponse?> androidOnSafeBrowsingHit(InAppWebViewController controller, Uri url, SafeBrowsingThreat? threatType)?, Future<SafeBrowsingResponse?> onSafeBrowsingHit(InAppWebViewController controller, WebUri url, SafeBrowsingThreat? threatType)?, @Deprecated('Use onPermissionRequest instead') Future<PermissionRequestResponse?> androidOnPermissionRequest(InAppWebViewController controller, String origin, List<String> resources)?, Future<PermissionResponse?> onPermissionRequest(InAppWebViewController controller, PermissionRequest permissionRequest)?, @Deprecated('Use onGeolocationPermissionsShowPrompt instead') Future<GeolocationPermissionShowPromptResponse?> androidOnGeolocationPermissionsShowPrompt(InAppWebViewController controller, String origin)?, Future<GeolocationPermissionShowPromptResponse?> onGeolocationPermissionsShowPrompt(InAppWebViewController controller, String origin)?, @Deprecated('Use onGeolocationPermissionsHidePrompt instead') void androidOnGeolocationPermissionsHidePrompt(InAppWebViewController controller)?, void onGeolocationPermissionsHidePrompt(InAppWebViewController controller)?, @Deprecated('Use shouldInterceptRequest instead') Future<WebResourceResponse?> androidShouldInterceptRequest(InAppWebViewController controller, WebResourceRequest request)?, Future<WebResourceResponse?> shouldInterceptRequest(InAppWebViewController controller, WebResourceRequest request)?, @Deprecated('Use onRenderProcessGone instead') void androidOnRenderProcessGone(InAppWebViewController controller, RenderProcessGoneDetail detail)?, void onRenderProcessGone(InAppWebViewController controller, RenderProcessGoneDetail detail)?, @Deprecated('Use onRenderProcessResponsive instead') Future<WebViewRenderProcessAction?> androidOnRenderProcessResponsive(InAppWebViewController controller, Uri? url)?, Future<WebViewRenderProcessAction?> onRenderProcessResponsive(InAppWebViewController controller, WebUri? url)?, @Deprecated('Use onRenderProcessUnresponsive instead') Future<WebViewRenderProcessAction?> androidOnRenderProcessUnresponsive(InAppWebViewController controller, Uri? url)?, Future<WebViewRenderProcessAction?> onRenderProcessUnresponsive(InAppWebViewController controller, WebUri? url)?, @Deprecated('Use onFormResubmission instead') Future<FormResubmissionAction?> androidOnFormResubmission(InAppWebViewController controller, Uri? url)?, Future<FormResubmissionAction?> onFormResubmission(InAppWebViewController controller, WebUri? url)?, @Deprecated('Use onZoomScaleChanged instead') void androidOnScaleChanged(InAppWebViewController controller, double oldScale, double newScale)?, @Deprecated('Use onReceivedIcon instead') void androidOnReceivedIcon(InAppWebViewController controller, Uint8List icon)?, void onReceivedIcon(InAppWebViewController controller, Uint8List icon)?, @Deprecated('Use onReceivedTouchIconUrl instead') void androidOnReceivedTouchIconUrl(InAppWebViewController controller, Uri url, bool precomposed)?, void onReceivedTouchIconUrl(InAppWebViewController controller, WebUri url, bool precomposed)?, @Deprecated('Use onJsBeforeUnload instead') Future<JsBeforeUnloadResponse?> androidOnJsBeforeUnload(InAppWebViewController controller, JsBeforeUnloadRequest jsBeforeUnloadRequest)?, Future<JsBeforeUnloadResponse?> onJsBeforeUnload(InAppWebViewController controller, JsBeforeUnloadRequest jsBeforeUnloadRequest)?, @Deprecated('Use onReceivedLoginRequest instead') void androidOnReceivedLoginRequest(InAppWebViewController controller, LoginRequest loginRequest)?, void onReceivedLoginRequest(InAppWebViewController controller, LoginRequest loginRequest)?, void onPermissionRequestCanceled(InAppWebViewController controller, PermissionRequest permissionRequest)?, void onRequestFocus(InAppWebViewController controller)?, @Deprecated('Use onWebContentProcessDidTerminate instead') void iosOnWebContentProcessDidTerminate(InAppWebViewController controller)?, void onWebContentProcessDidTerminate(InAppWebViewController controller)?, @Deprecated('Use onDidReceiveServerRedirectForProvisionalNavigation instead') void iosOnDidReceiveServerRedirectForProvisionalNavigation(InAppWebViewController controller)?, void onDidReceiveServerRedirectForProvisionalNavigation(InAppWebViewController controller)?, @Deprecated('Use onNavigationResponse instead') Future<IOSNavigationResponseAction?> iosOnNavigationResponse(InAppWebViewController controller, IOSWKNavigationResponse navigationResponse)?, Future<NavigationResponseAction?> onNavigationResponse(InAppWebViewController controller, NavigationResponse navigationResponse)?, @Deprecated('Use shouldAllowDeprecatedTLS instead') Future<IOSShouldAllowDeprecatedTLSAction?> iosShouldAllowDeprecatedTLS(InAppWebViewController controller, URLAuthenticationChallenge challenge)?, Future<ShouldAllowDeprecatedTLSAction?> shouldAllowDeprecatedTLS(InAppWebViewController controller, URLAuthenticationChallenge challenge)?, Future<void> onCameraCaptureStateChanged(InAppWebViewController controller, MediaCaptureState? oldState, MediaCaptureState? newState)?, Future<void> onMicrophoneCaptureStateChanged(InAppWebViewController controller, MediaCaptureState? oldState, MediaCaptureState? newState)?, void onContentSizeChanged(InAppWebViewController controller, Size oldContentSize, Size newContentSize)?, URLRequest? initialUrlRequest, String? initialFile, InAppWebViewInitialData? initialData, @Deprecated('Use initialSettings instead') InAppWebViewGroupOptions? initialOptions, InAppWebViewSettings? initialSettings, ContextMenu? contextMenu, UnmodifiableListView<UserScript>? initialUserScripts, PullToRefreshController? pullToRefreshController, FindInteractionController? findInteractionController, WebViewImplementation implementation = WebViewImplementation.NATIVE})
Abstract class that represents a WebView. Used by InAppWebView, HeadlessInAppWebView and the WebView of InAppBrowser.

Properties

androidOnFormResubmission → (Future<FormResubmissionAction?> Function(InAppWebViewController controller, Uri? url)?)
Use onFormResubmission instead.
final
androidOnGeolocationPermissionsHidePrompt → (void Function(InAppWebViewController controller)?)
Use onGeolocationPermissionsHidePrompt instead.
final
androidOnGeolocationPermissionsShowPrompt → (Future<GeolocationPermissionShowPromptResponse?> Function(InAppWebViewController controller, String origin)?)
Use onGeolocationPermissionsShowPrompt instead.
final
androidOnJsBeforeUnload → (Future<JsBeforeUnloadResponse?> Function(InAppWebViewController controller, JsBeforeUnloadRequest jsBeforeUnloadRequest)?)
Use onJsBeforeUnload instead.
final
androidOnPermissionRequest → (Future<PermissionRequestResponse?> Function(InAppWebViewController controller, String origin, List<String> resources)?)
Use onPermissionRequest instead.
final
androidOnReceivedIcon → (void Function(InAppWebViewController controller, Uint8List icon)?)
Use onReceivedIcon instead.
final
androidOnReceivedLoginRequest → (void Function(InAppWebViewController controller, LoginRequest loginRequest)?)
Use onReceivedLoginRequest instead.
final
androidOnReceivedTouchIconUrl → (void Function(InAppWebViewController controller, Uri url, bool precomposed)?)
Use onReceivedTouchIconUrl instead.
final
androidOnRenderProcessGone → (void Function(InAppWebViewController controller, RenderProcessGoneDetail detail)?)
Use onRenderProcessGone instead.
final
androidOnRenderProcessResponsive → (Future<WebViewRenderProcessAction?> Function(InAppWebViewController controller, Uri? url)?)
Use onRenderProcessResponsive instead.
final
androidOnRenderProcessUnresponsive → (Future<WebViewRenderProcessAction?> Function(InAppWebViewController controller, Uri? url)?)
Use onRenderProcessUnresponsive instead.
final
androidOnSafeBrowsingHit → (Future<SafeBrowsingResponse?> Function(InAppWebViewController controller, Uri url, SafeBrowsingThreat? threatType)?)
Use onSafeBrowsingHit instead.
final
androidOnScaleChanged → (void Function(InAppWebViewController controller, double oldScale, double newScale)?)
Use onZoomScaleChanged instead.
final
androidShouldInterceptRequest → (Future<WebResourceResponse?> Function(InAppWebViewController controller, WebResourceRequest request)?)
Use shouldInterceptRequest instead.
final
contextMenu ContextMenu?
Context menu which contains custom menu items to be shown when ContextMenu is presented.
final
findInteractionController FindInteractionController?
Represents the find interaction feature controller.
final
hashCode int
The hash code for this object.
no setterinherited
implementation WebViewImplementation
Represents the WebView native implementation to be used. The default value is WebViewImplementation.NATIVE.
final
initialData InAppWebViewInitialData?
Initial InAppWebViewInitialData that will be loaded.
final
initialFile String?
Initial asset file that will be loaded. See InAppWebViewController.loadFile for explanation.
final
initialOptions InAppWebViewGroupOptions?
Use initialSettings instead.
final
initialSettings InAppWebViewSettings?
Initial settings that will be used.
final
initialUrlRequest URLRequest?
Initial url request that will be loaded.
final
initialUserScripts UnmodifiableListView<UserScript>?
Initial list of user scripts to be loaded at start or end of a page loading. To add or remove user scripts, you have to use the InAppWebViewController's methods such as InAppWebViewController.addUserScript, InAppWebViewController.removeUserScript, InAppWebViewController.removeAllUserScripts, etc.
final
iosOnDidReceiveServerRedirectForProvisionalNavigation → (void Function(InAppWebViewController controller)?)
Use onDidReceiveServerRedirectForProvisionalNavigation instead.
final
iosOnNavigationResponse → (Future<IOSNavigationResponseAction?> Function(InAppWebViewController controller, IOSWKNavigationResponse navigationResponse)?)
Use onNavigationResponse instead.
final
iosOnWebContentProcessDidTerminate → (void Function(InAppWebViewController controller)?)
Use onWebContentProcessDidTerminate instead.
final
iosShouldAllowDeprecatedTLS → (Future<IOSShouldAllowDeprecatedTLSAction?> Function(InAppWebViewController controller, URLAuthenticationChallenge challenge)?)
Use shouldAllowDeprecatedTLS instead.
final
onAjaxProgress → (Future<AjaxRequestAction?> Function(InAppWebViewController controller, AjaxRequest ajaxRequest)?)
Event fired as an XMLHttpRequest progress. It gives the host application a chance to abort the request.
final
onAjaxReadyStateChange → (Future<AjaxRequestAction?> Function(InAppWebViewController controller, AjaxRequest ajaxRequest)?)
Event fired whenever the readyState attribute of an XMLHttpRequest changes. It gives the host application a chance to abort the request.
final
onCameraCaptureStateChanged → (Future<void> Function(InAppWebViewController controller, MediaCaptureState? oldState, MediaCaptureState? newState)?)
Event fired when a change in the camera capture state occurred.
final
onCloseWindow → (void Function(InAppWebViewController controller)?)
Event fired when the host application should close the given WebView and remove it from the view system if necessary. At this point, WebCore has stopped any loading in this window and has removed any cross-scripting ability in javascript.
final
onConsoleMessage → (void Function(InAppWebViewController controller, ConsoleMessage consoleMessage)?)
Event fired when the WebView receives a ConsoleMessage.
final
onContentSizeChanged → (void Function(InAppWebViewController controller, Size oldContentSize, Size newContentSize)?)
Event fired when the content size of the WebView changes.
final
onCreateWindow → (Future<bool?> Function(InAppWebViewController controller, CreateWindowAction createWindowAction)?)
Event fired when the WebView requests the host application to create a new window, for example when trying to open a link with target="_blank" or when window.open() is called by JavaScript side. If the host application chooses to honor this request, it should return true from this method, create a new WebView to host the window. If the host application chooses not to honor the request, it should return false from this method. The default implementation of this method does nothing and hence returns false.
final
onDidReceiveServerRedirectForProvisionalNavigation → (void Function(InAppWebViewController controller)?)
Called when a web view receives a server redirect.
final
onDownloadStart → (void Function(InAppWebViewController controller, Uri url)?)
Use onDownloadStartRequest instead
final
onDownloadStartRequest → (void Function(InAppWebViewController controller, DownloadStartRequest downloadStartRequest)?)
Event fired when WebView recognizes a downloadable file. To download the file, you can use the flutter_downloader plugin.
final
onEnterFullscreen → (void Function(InAppWebViewController controller)?)
Event fired when the current page has entered full screen mode.
final
onExitFullscreen → (void Function(InAppWebViewController controller)?)
Event fired when the current page has exited full screen mode.
final
onFindResultReceived → (void Function(InAppWebViewController controller, int activeMatchOrdinal, int numberOfMatches, bool isDoneCounting)?)
Use FindInteractionController.onFindResultReceived instead.
final
onFormResubmission → (Future<FormResubmissionAction?> Function(InAppWebViewController controller, WebUri? url)?)
As the host application if the browser should resend data as the requested page was a result of a POST. The default is to not resend the data.
final
onGeolocationPermissionsHidePrompt → (void Function(InAppWebViewController controller)?)
Notify the host application that a request for Geolocation permissions, made with a previous call to onGeolocationPermissionsShowPrompt has been canceled. Any related UI should therefore be hidden.
final
onGeolocationPermissionsShowPrompt → (Future<GeolocationPermissionShowPromptResponse?> Function(InAppWebViewController controller, String origin)?)
Event that notifies the host application that web content from the specified origin is attempting to use the Geolocation API, but no permission state is currently set for that origin. Note that for applications targeting Android N and later SDKs (API level > Build.VERSION_CODES.M) this method is only called for requests originating from secure origins such as https. On non-secure origins geolocation requests are automatically denied.
final
onJsAlert → (Future<JsAlertResponse?> Function(InAppWebViewController controller, JsAlertRequest jsAlertRequest)?)
Event fired when javascript calls the alert() method to display an alert dialog. If JsAlertResponse.handledByClient is true, the webview will assume that the client will handle the dialog.
final
onJsBeforeUnload → (Future<JsBeforeUnloadResponse?> Function(InAppWebViewController controller, JsBeforeUnloadRequest jsBeforeUnloadRequest)?)
Event fired when the client should display a dialog to confirm navigation away from the current page. This is the result of the onbeforeunload javascript event. If JsBeforeUnloadResponse.handledByClient is true, WebView will assume that the client will handle the confirm dialog. If JsBeforeUnloadResponse.handledByClient is false, a default value of true will be returned to javascript to accept navigation away from the current page. The default behavior is to return false. Setting the JsBeforeUnloadResponse.action to JsBeforeUnloadResponseAction.CONFIRM will navigate away from the current page, JsBeforeUnloadResponseAction.CANCEL will cancel the navigation.
final
onJsConfirm → (Future<JsConfirmResponse?> Function(InAppWebViewController controller, JsConfirmRequest jsConfirmRequest)?)
Event fired when javascript calls the confirm() method to display a confirm dialog. If JsConfirmResponse.handledByClient is true, the webview will assume that the client will handle the dialog.
final
onJsPrompt → (Future<JsPromptResponse?> Function(InAppWebViewController controller, JsPromptRequest jsPromptRequest)?)
Event fired when javascript calls the prompt() method to display a prompt dialog. If JsPromptResponse.handledByClient is true, the webview will assume that the client will handle the dialog.
final
onLoadError → (void Function(InAppWebViewController controller, Uri? url, int code, String message)?)
Use onReceivedError instead.
final
onLoadHttpError → (void Function(InAppWebViewController controller, Uri? url, int statusCode, String description)?)
Use onReceivedHttpError instead.
final
onLoadResource → (void Function(InAppWebViewController controller, LoadedResource resource)?)
Event fired when the WebView loads a resource.
final
onLoadResourceCustomScheme → (Future<CustomSchemeResponse?> Function(InAppWebViewController controller, Uri url)?)
Use onLoadResourceWithCustomScheme instead.
final
onLoadResourceWithCustomScheme → (Future<CustomSchemeResponse?> Function(InAppWebViewController controller, WebResourceRequest request)?)
Event fired when the WebView finds the custom-scheme while loading a resource. Here you can handle the url request and return a CustomSchemeResponse to load a specific resource encoded to base64.
final
onLoadStart → (void Function(InAppWebViewController controller, WebUri? url)?)
Event fired when the WebView starts to load an url.
final
onLoadStop → (void Function(InAppWebViewController controller, WebUri? url)?)
Event fired when the WebView finishes loading an url.
final
onLongPressHitTestResult → (void Function(InAppWebViewController controller, InAppWebViewHitTestResult hitTestResult)?)
Event fired when an HTML element of the webview has been clicked and held.
final
onMicrophoneCaptureStateChanged → (Future<void> Function(InAppWebViewController controller, MediaCaptureState? oldState, MediaCaptureState? newState)?)
Event fired when a change in the microphone capture state occurred.
final
onNavigationResponse → (Future<NavigationResponseAction?> Function(InAppWebViewController controller, NavigationResponse navigationResponse)?)
Called when a web view asks for permission to navigate to new content after the response to the navigation request is known.
final
onOverScrolled → (void Function(InAppWebViewController controller, int x, int y, bool clampedX, bool clampedY)?)
Event fired to respond to the results of an over-scroll operation.
final
onPageCommitVisible → (void Function(InAppWebViewController controller, WebUri? url)?)
Called when the web view begins to receive web content.
final
onPermissionRequest → (Future<PermissionResponse?> Function(InAppWebViewController controller, PermissionRequest permissionRequest)?)
Event fired when the WebView is requesting permission to access the specified resources and the permission currently isn't granted or denied.
final
onPermissionRequestCanceled → (void Function(InAppWebViewController controller, PermissionRequest permissionRequest)?)
Notify the host application that the given permission request has been canceled. Any related UI should therefore be hidden.
final
onPrint → (void Function(InAppWebViewController controller, Uri? url)?)
Use onPrintRequest instead
final
onPrintRequest → (Future<bool?> Function(InAppWebViewController controller, WebUri? url, PrintJobController? printJobController)?)
Event fired when window.print() is called from JavaScript side. Return true if you want to handle the print job. Otherwise return false, so the PrintJobController will be handled and disposed automatically by the system.
final
onProgressChanged → (void Function(InAppWebViewController controller, int progress)?)
Event fired when the current progress of loading a page is changed.
final
onReceivedClientCertRequest → (Future<ClientCertResponse?> Function(InAppWebViewController controller, ClientCertChallenge challenge)?)
Notify the host application to handle an SSL client certificate request. Webview stores the response in memory (for the life of the application) if ClientCertResponseAction.PROCEED or ClientCertResponseAction.CANCEL is called and does not call onReceivedClientCertRequest again for the same host and port pair. Note that, multiple layers in chromium network stack might be caching the responses.
final
onReceivedError → (void Function(InAppWebViewController controller, WebResourceRequest request, WebResourceError error)?)
Event fired when the WebView encounters an error loading a request.
final
onReceivedHttpAuthRequest → (Future<HttpAuthResponse?> Function(InAppWebViewController controller, HttpAuthenticationChallenge challenge)?)
Event fired when the WebView received an HTTP authentication request. The default behavior is to cancel the request.
final
onReceivedHttpError → (void Function(InAppWebViewController controller, WebResourceRequest request, WebResourceResponse errorResponse)?)
Event fired when the WebView receives an HTTP error.
final
onReceivedIcon → (void Function(InAppWebViewController controller, Uint8List icon)?)
Event fired when there is new favicon for the current page.
final
onReceivedLoginRequest → (void Function(InAppWebViewController controller, LoginRequest loginRequest)?)
Event fired when a request to automatically log in the user has been processed.
final
onReceivedServerTrustAuthRequest → (Future<ServerTrustAuthResponse?> Function(InAppWebViewController controller, ServerTrustChallenge challenge)?)
Event fired when the WebView need to perform server trust authentication (certificate validation). The host application must return either ServerTrustAuthResponse instance with ServerTrustAuthResponseAction.CANCEL or ServerTrustAuthResponseAction.PROCEED.
final
onReceivedTouchIconUrl → (void Function(InAppWebViewController controller, WebUri url, bool precomposed)?)
Event fired when there is an url for an apple-touch-icon.
final
onRenderProcessGone → (void Function(InAppWebViewController controller, RenderProcessGoneDetail detail)?)
Event fired when the given WebView's render process has exited. The application's implementation of this callback should only attempt to clean up the WebView. The WebView should be removed from the view hierarchy, all references to it should be cleaned up.
final
onRenderProcessResponsive → (Future<WebViewRenderProcessAction?> Function(InAppWebViewController controller, WebUri? url)?)
Event called once when an unresponsive renderer currently associated with the WebView becomes responsive.
final
onRenderProcessUnresponsive → (Future<WebViewRenderProcessAction?> Function(InAppWebViewController controller, WebUri? url)?)
Event called when the renderer currently associated with the WebView becomes unresponsive as a result of a long running blocking task such as the execution of JavaScript.
final
onRequestFocus → (void Function(InAppWebViewController controller)?)
Request display and focus for this WebView. This may happen due to another WebView opening a link in this WebView and requesting that this WebView be displayed.
final
onSafeBrowsingHit → (Future<SafeBrowsingResponse?> Function(InAppWebViewController controller, WebUri url, SafeBrowsingThreat? threatType)?)
Event fired when the webview notifies that a loading URL has been flagged by Safe Browsing. The default behavior is to show an interstitial to the user, with the reporting checkbox visible.
final
onScrollChanged → (void Function(InAppWebViewController controller, int x, int y)?)
Event fired when the WebView scrolls.
final
onTitleChanged → (void Function(InAppWebViewController controller, String? title)?)
Event fired when a change in the document title occurred.
final
onUpdateVisitedHistory → (void Function(InAppWebViewController controller, WebUri? url, bool? isReload)?)
Event fired when the host application updates its visited links database. This event is also fired when the navigation state of the WebView changes through the usage of javascript History API functions (pushState(), replaceState()) and onpopstate event or, also, when the javascript window.location changes without reloading the webview (for example appending or modifying a hash to the url).
final
onWebContentProcessDidTerminate → (void Function(InAppWebViewController controller)?)
Invoked when the web view's web content process is terminated.
final
onWebViewCreated → (void Function(InAppWebViewController controller)?)
Event fired when the WebView is created.
final
onWindowBlur → (void Function(InAppWebViewController controller)?)
Event fired when the JavaScript window object of the WebView has lost focus. This is the result of the blur JavaScript event applied to the window object.
final
onWindowFocus → (void Function(InAppWebViewController controller)?)
Event fired when the JavaScript window object of the WebView has received focus. This is the result of the focus JavaScript event applied to the window object.
final
onZoomScaleChanged → (void Function(InAppWebViewController controller, double oldScale, double newScale)?)
Event fired when the zoom scale of the WebView has changed.
final
pullToRefreshController PullToRefreshController?
Represents the pull-to-refresh feature controller.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldAllowDeprecatedTLS → (Future<ShouldAllowDeprecatedTLSAction?> Function(InAppWebViewController controller, URLAuthenticationChallenge challenge)?)
Called when a web view asks whether to continue with a connection that uses a deprecated version of TLS (v1.0 and v1.1).
final
shouldInterceptAjaxRequest → (Future<AjaxRequest?> Function(InAppWebViewController controller, AjaxRequest ajaxRequest)?)
Event fired when an XMLHttpRequest is sent to a server. It gives the host application a chance to take control over the request before sending it.
final
shouldInterceptFetchRequest → (Future<FetchRequest?> Function(InAppWebViewController controller, FetchRequest fetchRequest)?)
Event fired when a request is sent to a server through Fetch API. It gives the host application a chance to take control over the request before sending it.
final
shouldInterceptRequest → (Future<WebResourceResponse?> Function(InAppWebViewController controller, WebResourceRequest request)?)
Notify the host application of a resource request and allow the application to return the data. If the return value is null, the WebView will continue to load the resource as usual. Otherwise, the return response and data will be used.
final
shouldOverrideUrlLoading → (Future<NavigationActionPolicy?> Function(InAppWebViewController controller, NavigationAction navigationAction)?)
Give the host application a chance to take control when a URL is about to be loaded in the current WebView.
final
windowId int?
The window id of a CreateWindowAction.windowId.
final

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

Static Properties

debugLoggingSettings DebugLoggingSettings
Debug settings used by InAppWebView, HeadlessInAppWebView and InAppBrowser. The default value excludes the WebView.onScrollChanged, WebView.onOverScrolled and WebView.onReceivedIcon events.
getter/setter pair