0

The WKWebView control has a property plugInsEnabled as part of the preferences of the configuration property of the said control. The documentation states:

A Boolean value indicating whether plug-ins are enabled.

Apparently the documentalist didn't know it either. I can't find any other documentation of this setting.

Does anybody know what this setting exactly does?

Ely
  • 8,259
  • 1
  • 54
  • 67

1 Answers1

0

Setting plugInsEnabled enables Safari compatible plugins, like Flash and Java, to work within the WKWebView component.

Ely
  • 8,259
  • 1
  • 54
  • 67