-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/plugins
#2257Closed
Copy link
Labels
customer: dream (g3)p: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Milestone
Description
/// 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
customer: dream (g3)p: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.