Migration from QWebPage to QWebEnginePage, problem with createplugin
Unsolved
QtWebEngine
-
Hello,
I'm currently doing the migration of my application based on QWebKit to QWebEngine. But, I'm encountering a problem with the "createplugin" method inside QWebEnginePage. It seems that the new QWebEnginePage don't recognize the "application/x-qt-plugin" tag and so don't call createplugin.
Does anyone know if it's still possible to use native plugin with QWebEngine and Qt 5.6 ? Or is it only for QWebKit ?
Thanks a lot for your help !