WKWebView 属性 "plugInsEnabled":它有什么用?
WKWebView property "plugInsEnabled": where is it good for?
WKWebView
控件有一个 属性 plugInsEnabled
作为 configuration
的 preferences
的一部分属性 所述控件。文档指出:
A Boolean value indicating whether plug-ins are enabled.
显然文献学家也不知道。我找不到此设置的任何其他文档。
有人知道这个设置的具体作用吗?
设置 plugInsEnabled
使 Safari 兼容的插件(如 Flash 和 Java)能够在 WKWebView 组件中工作。
WKWebView
控件有一个 属性 plugInsEnabled
作为 configuration
的 preferences
的一部分属性 所述控件。文档指出:
A Boolean value indicating whether plug-ins are enabled.
显然文献学家也不知道。我找不到此设置的任何其他文档。
有人知道这个设置的具体作用吗?
设置 plugInsEnabled
使 Safari 兼容的插件(如 Flash 和 Java)能够在 WKWebView 组件中工作。