Unsolved QtWebEngineView QML freeze whole PC while playing youtube video...
Hi, My Hardware: Intel Stick PC, Cherry Trail Z8350, 2GB Ram My OS: Lubuntu 16.04 with all software updated. GStreamer 1.0 plugin bad, Intel HD Graphics drivers updated, vaapi and ffmpeg (2.8) My QT...
View ArticleUnsolved QtWebEngine unwanted drag and drop.
Hi, We are using Qt5.9 and creating a fullscreen webview with QML, basically the same code as in the simple QML example. I have this running on two Linux tablet computers with Debian Jessie and...
View ArticleUnsolved Any way to configure/pass options to QtWebEngineProcess?
I've recently made a modification to QtWebEngine in order to allow it to respond to client cert requests from a server; however, I'd like to be able to configure and/or specify information about which...
View ArticleUnsolved Qt5.9 source code compilation(QWebEngine)
Hello there! After a long compilation of the Qt5.9 source code, I got Qt without the QWebengine module. How do you deal with visual studio 2015 compiling Qt5.9 source code to make it finally get...
View ArticleUnsolved How to disable web security police? I tried many ways but failed. I...
I run QWebEngineView browser on my arm board. The browser page can not display normally. I think it is "Same Origin Policy" stop the browser loading some files. I have tried three ways, but it seems to...
View ArticleUnsolved How to disable web security policy? I tried many ways but failed. I...
I run QWebEngineView browser on my arm board. The browser page can not display normally. I think it is "Same Origin Policy" stop the browser loading some files. I have tried three ways, but it seems to...
View ArticleUnsolved QWebEngine browser can not disable web security
Duplicate of https://forum.qt.io/topic/88923/how-to-disable-web-security-policy-i-tried-many-ways-but-failed-i-use-qt5-9-2/2. Please don't post the same question multiple times.
View ArticleUnsolved How to recompile QtWebengine5.6.3 to support XP?
How to recompile QtWebengine5.6.3 to support XP? There is no official documentation.
View ArticleUnsolved How to take screen captures
Does anyone have a suggestion? I have the very same problem: How do I render a QWebEngineView that has received content via QWebEngineView::setHtml(). I do not want to show the Widget. Snippet: QImage...
View ArticleUnsolved How to prevent the white flashes during loading Web Contents
Hi,there! How to prevent the white flashes during loading Web Contents When Using QWebEngineView (QWebEnginePage) setUrl(url) or load(url)? There was no appear in QWebkit..Thanks very much!!!!!
View ArticleUnsolved Qt 5.10 / QWebEngineView / Touch Screen - default virtual...
Hi, Using "simple browser" sample project of Qt 5.10, I can't have the default virtual keyboard displayed on my Microsoft Surface Pro when selecting an edit field ... What am i missing ? Thx
View ArticleUnsolved How to make pepper plugins in Qt5.9 supported, in addition to...
I compiled the Qt5.9 source code (including QWebEngine module) : Qt WebEngine: Embedded build...no Pepper Plugins...yes Printing and PDF...yes Proprietary Codecs...yes Spellchecker...yes WebRTC...yes...
View ArticleSolved QtWebEngine compilation with proprietary codecs doesn't work
@maximus Have you solved the problem?Is there a complete step reference?
View ArticleSolved QtWebEngine --register-pepper-plugins
@maximus I have compiled Qt5.9.3, but I just don't know how to let QWebEngine display my pepper plugins.
View ArticleUnsolved "onRenderProcessTerminated" is not availble due to...
Does anyone has this typical "is not availble due to component versioning" with WebEngineView.onRenderProcessTerminated ? I imported QtQuick 2.10 QtQuick.Window 2.2 QtQuick.Controls 2.1 QtWebEngine 1.5...
View ArticleUnsolved How to enable Qt to support nacl ppapi plugins?
Note: The use of this plug-in requires two steps. First, the plug-in function is opened.Second: registration of plug-ins;I now need to load this plugin from the ppapi in qwebengine, but I don't know...
View ArticleUnsolved How to disable user-text-selection without using CSS Stylesheet?
I am using the QtWebengine in Version 5.9.4 based in Chromium 56. I've tried to find an option to disable the text selection on html pages in the source code of my QT Project, but I did not found any...
View ArticleUnsolved Can't run minimal Qt Quick WebEngine example with hardware...
I'm starting a new project with Qt, and part of that project will involve using QtWebEngine. I'm new to Qt, so I'm trying to fire up an example to tinker with - the example being "WebEngine Qt Quick...
View ArticleUnsolved webengine load a html(contain a video),but can't play MP4。
my qt version is 5.10.1,
View ArticleUnsolved QWebChannel: how to register custom QObject types
Hi all, I'm using the example webchannel/standalone of Qt 5.9.4, I modified the "core" QObject that is registered on the QWebChannel to add a property that returns an object: Q_PROPERTY(MyObject *...
View Article