useShouldOverrideUrlLoading property

bool? useShouldOverrideUrlLoading
getter/setter pair

Set to true to be able to listen at the WebView.shouldOverrideUrlLoading event.

If the WebView.shouldOverrideUrlLoading event is implemented and this value is null, it will be automatically inferred as true, otherwise, the default value is false. This logic will not be applied for InAppBrowser, where you must set the value manually.

Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS

Implementation

bool? useShouldOverrideUrlLoading;