regexToCancelSubFramesLoading property

String? regexToCancelSubFramesLoading
getter/setter pair

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

Officially Supported Platforms/Implementations:

  • Android native WebView

Implementation

String? regexToCancelSubFramesLoading;