Skip to content

[webview_flutter] Make NavigationDelegate Webview API Async #43271

@mehmetf

Description

@mehmetf
/// Decides how to handle a specific navigation request.
///
/// The returned [NavigationDecision] determines how the navigation described by
/// `navigation` should be handled.
///
/// See also: [WebView.navigationDelegate].
typedef NavigationDecision NavigationDelegate(NavigationRequest navigation);

should return FutureOr<NavigationDecision>.

See b/142816106 for details.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions