WebView 与 Java Applet

WebView With Java Applet

我有一个网页,里面有 java applet 组件,在 Internet Explorer 11 上正常工作,并试图在 Xaml Webview 中加载相同的页面,但它显示该浏览器不支持小程序,所以我需要在 WebView 中加载带有小程序组件的网页。

注意:Internet Explorer 是我机器上的默认浏览器。

but it shows that this browser doesn't support applets

请参考WebView class备注部分:

In apps compiled for Windows 10, WebView uses the Microsoft Edge rendering engine to display HTML content. In apps compiled for Windows 8 or Windows 8.1, WebView uses Internet Explorer 11 in document mode. It does not support any ActiveX controls or plugins like Microsoft Silverlight or Portable Document Format (PDF) files.