Search code examples
appletwin-universal-appuwp-xaml

WebView With Java Applet


I have a web page with java applet component inside, working properly on Internet Explorer 11 and trying to load same page in Xaml Webview, but it shows that this browser doesn't support applets, so I need to load this web page with applet component inside WebView.

Note: The Internet Explorer is the default browser on my machine.


Solution

  • but it shows that this browser doesn't support applets

    Please refer to the Remarks part of 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.