regexToCancelSubFramesLoading property

String? regexToCancelSubFramesLoading
getter/setter pair

Regular expression used on native side by the PlatformWebViewCreationParams.shouldOverrideUrlLoading event to cancel navigation requests for frames that are not the main frame. If the url request of a sub-frame matches the regular expression, then the request of that sub-frame is canceled.

Officially Supported Platforms/Implementations:

  • Android WebView

Implementation

String? regexToCancelSubFramesLoading;