Java Applet support in QWebEngine
Unsolved
QtWebEngine
-
I am using Qt 5.15.0 version and loading HTML page running on server machine using QWebEngineView widget over ssh. This HTML page uses Java Applet and this section of UI I am unable to see from my application. Though on the server it works completely fine.
Firefox uses Icedtea plugin which supports applet, though as per best of my knowledge chromium doesn't support applets. WebEngineView uses chromium so does Qt provides any plugin which can support applet?
Any suggestions are appreciated. Thanks