[[qanda:topic_unsolved]] Missing header files when compile qtwebengine
Hello : I encountered fatal error when I attempted to add qtwebengine5.6.3 module to compile. The error message showed as "src/core/content/public/browser/browser_context.h:11:35: fatal error:...
View Article[[qanda:topic_unsolved]] Webengine QT5.12.6 cross compile...
Good afternoon! Trying to build Webengine from git git clone https://github.com/qt/qtwebengine.git -b v5.12.6 --depth 1 --recursive Build using qmake: $ any_path/bin/qmake...
View Article[[qanda:topic_unsolved]] unknown module(s) in QT : webengine (or :...
Install Visual Studio and then install the corresponding Qt version.
View Article[[qanda:topic_unsolved]] Cannot find pkg-config
@Hupe Some notes: Why do you put Qt source code into a subdirectory in root?! Put it in your home directory. Then there will be no need for sudo. Also, you should use shadow builds: do not build inside...
View Article[[qanda:topic_unsolved]] Why web page loaded with WebEngineView is not same...
Hello guys, All is on tittle, here picture show difference between IE/Chrome and QML with webEngineView QT 5.11 windows 7 64 bits: Do you know why? thanks for your help
View Article[[qanda:topic_solved]] enabled Web3Gl
Install QT version 5.14.0 and make only this into main.cpp QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling); bool ret; ret = qputenv("QTWEBENGINE_CHROMIUM_FLAGS", " --ignore-gpu-blacklist...
View Article[[qanda:topic_unsolved]] QQuickWindow flickering (QT 5.14)
Hi, First of all, the flickering was even worse in 5.12.5, but is still there, depending on the performance of the host device. I have a class, which is a QQuickWindow and receives a QML including...
View Article[[qanda:topic_unsolved]] WebEngine application do not work as standalone
Hi guys, I'm trying to run the Qt WebView application on Windows 7. It works perfectly for me run with Qt Creator 4.7.2 but when I deploy the application on windows with windeplyoqt and copy...
View Article[[qanda:topic_unsolved]] Capturing user credentials from Login Page
@mahesh_j Excuse me if I am wrong, but doesn't any desktop application allow keystroke monitoring?
View Article[[qanda:topic_unsolved]] Can't load page.
Hi, First of all, this is my first post here. Hopefully it's in the right category. For my company we're looking for a wrapper to run our Unity WebGL build in. We want to do specific things you can't...
View Article[[qanda:topic_unsolved]] Can't build WebEngine on linux with...
@Kobid said in Can't build WebEngine on linux with proprietary codecs: I have installed GPerf Did you install GPerf dev package also? You can get more information about exact problem looking into...
View Article[[qanda:topic_unsolved]] How to intercept Ctrl + Click on external links
Hi, I'm currently working on an web-browser-like app that work with our own file format (.zim) and scheme. When the URL's scheme is our own we open it in our app, otherwise in the default user's web...
View Article[[qanda:topic_unsolved]] QWebEngineView crash in 5.12.3
I moved from QT 5.11.1 to QT 5.12.3. Whenever my application opens QWebEngineView, it crashes in 5.12.3. It works fine in 5.11.1. I also get the below warning in QT 5.12.3. Release of profile requested...
View Article[[qanda:topic_unsolved]] QWebEngine - how to catch execution of any...
I know how to communicate between C++ and Javascript in Qt WebEngine from this tutorial: https://myprogrammingnotes.com/communication-c-javascript-qt-webengine.html But that is a case when I'm the...
View Article[[qanda:topic_unsolved]] QWebEngineUrlRequestInterceptor - get content response
I'm able to catch requested urls by installing custom request interceptor but QWebEngineUrlRequestInfo contains only urls. Is it also possible to catch content which is return by those requests? Some...
View Article[[qanda:topic_unsolved]] Chromedriver support in Qt 5.12?
I am attempting to build chromedriver for the QtWebEngine as part of Qt5.12, which is based on Chromium 69.0.3497.128. QtWebEngine is successfully cross-compiled for 32bit embedded Linux target. No...
View Article[[qanda:topic_solved]] QtWebEngine signing issues
@krobinson Thank you, Sir! Apple really likes to make devs lives harder every day.
View Article[[qanda:topic_unsolved]] QWebEngineUrlRequestInterceptor - get headers
Well, now I know, QWebEngineUrlSchemeHandler is for custom scheme only, so for example for myscheme://. If I try to override http:// or https:// then my app is crashing. So, is there any way to...
View Article[[qanda:topic_unsolved]] Avoid that a long touch is translated to a right click
Apparently, in Chromium and hence QtWebEngine, a long press on a touch screen is translated to a right click (a long mouse-click works fine). So I want to (try to) capture the touch events in a...
View Article[[qanda:topic_unsolved]] QWebEngineView WebRTC udp/tcp test failed?
I just want to use WebRTC in the QWebEngineView, but it seems udp/tcp was not supported and how to resovle it? Here is my simple code: MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) ,...
View Article