interceptNavigationRequest property

(bool Function(String)?) interceptNavigationRequest
final

The callback to handle navigation request.

This will be triggered on generated navigation within the web view. Returning true will stop web view from navigating.

Flutter Web is not supported.

Implementation

final bool Function(String)? interceptNavigationRequest;