javaScriptHandlersForMainFrameOnly property

bool? javaScriptHandlersForMainFrameOnly
getter/setter pair

Set to true to allow to execute the JavaScript Handlers only on the main frame. This will affect also the internal JavaScript Handlers used by the plugin itself. The default value is false.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView
  • Windows WebView2

Implementation

bool? javaScriptHandlersForMainFrameOnly;