regexToAllowSyncUrlLoading property

String? regexToAllowSyncUrlLoading
getter/setter pair

Regular expression used on native side by the PlatformWebViewCreationParams.shouldOverrideUrlLoading event to allow navigation requests synchronously. If the url request match the regular expression, then the request is allowed automatically, and the PlatformWebViewCreationParams.shouldOverrideUrlLoading event will not be fired.

Officially Supported Platforms/Implementations:

  • Android WebView

Implementation

String? regexToAllowSyncUrlLoading;