Unsolved If I configure Qt 5.10 for a build on Windows
I believe it succeeded. I'll validate, and then I think I'm going to update the wiki :).
View ArticleUnsolved Does QtWebEngine support MutationObserver?
@yanandli2002 it should be supported. But actually waiting for an answer here takes longer than simply trying it yourself within 5 minutes.
View ArticleSolved QWebChannel - js: Uncaught ReferenceError: qt is not defined
@maximus Just wanted to know, will c++ objects (workoutCreator) available to other javascript also? I am getting "undefined" error while accessing c++ object slots/function from script other than...
View ArticleUnsolved JSON.stringify problem
@yetanotherqtfan Don't understand what your problem/issue/question is? That output is the JSON stringification of the object. All that stringify should gurantee is that the resulting string can be...
View ArticleUnsolved QTWebEngine Smartcard client certificate
In chrome/chromium, when I want to access a site, which requires a x.509 client certificate, a dialog will appear, where I can select a certificate. Then I will be prompted to enter the pin, to proceed...
View ArticleUnsolved Change localStorage cache location at runtime with...
I'm building an application where it is necessary to pre-start WebEngine instances and then load JS into them dynamically. Because I want each app to have its own localStorage, and because I don't know...
View ArticleUnsolved Access WebEngineView from C++
Hi there, How can i access QML based WebEngineView from C++? I want to do that so i can do my UI in QML while do business logic in C++ with direct access to WebEngineView. Please advise Thanks
View ArticleUnsolved How to get the return value synchronously ,when invoking a slot...
Hi guys,I had read the help document about qwebchannel.js as the picture shows, but I want to get the return value synchronously. How should i do ? Can i get the return value synchronously? Thank you!
View ArticleUnsolved How to manage the lifecycle of a lambda function in...
QWebEngineView webEngineView; //... webEngineView->page()->runJavaScript("...", [this](const QVariant &v) { this->f(); }); The problem is that sometimes 'this' is destructed when the...
View ArticleUnsolved QtWebEngine Linux deployment problem
I have a program on Qt using QtWebEngine, which I compiled on Ubuntu. I need to run this program on other computers with Ubuntu. I tried to run my program on the VM and on a real computer. I got the...
View ArticleUnsolved How can I create audio visualizer for WebEngineView
There are some Qt audio visualizer example. But these are written for multimedia classes. How can I get audio of web view video (youtube, dailymotion etc..). And how can I visualize it at the same...
View ArticleUnsolved Javascript/JSON/HTML5/websocket support in...
Hello, We have a task to stream video to a 800x480 LCD from a camera providing MJPEG or from rstp server providing MPEG3 or MJPEG streams. Hardware platform is ARM (i.MX6). LCD is supported via the...
View ArticleSolved Unable to load pepper flash
@RaquelCesar I am also facing the same error. I have tried giving the permission but didn't solve the issue. Could you please share your libpepflashplayer.so
View ArticleUnsolved Managing downloads with QTWebEngine (QML based)
Hi there, How can i detect that a download is triggered in QML based QTWebEngine? What i want to do is detect when page triggered a download, move this download to a custom location and then know...
View ArticleUnsolved Qt5: can WebGL work with ANGLE on Windows via QtWebEngine?
Nowadays the software renderer for WebGL works fine. I wonder if there is some easy way to detect if the video adapter is affected (probably intel && being "old") and if that's the case, to...
View ArticleUnsolved Usage of Chromium GPL Components with a proprietary software
So basically we have a proprietary software that uses QtWebEngine. Currently as far as I understand all the Chromium GPL libs are being linked into the QtWebEngineProcess and then communicates and...
View ArticleUnsolved QtWebEngine crosscompile linking want very large...
Hi I use the Ubuntu x64 for my host mashine to build rootfs for Fscale IMX6. I try build qtwebengine (Qt 5.9.1) by "buildroot" and have no success. All tasks for build *.so file is complited. Link step...
View ArticleUnsolved Qt WebEngine didn't build from qt-everwhere-src-5.10.0
neither webengine nor WebEngine substrings appear in qt-build/config.log. Before reaching out on forum, I did try the following: cd qt-build (at same level as qt-everywhere-src-5.10.0) mkdir...
View ArticleUnsolved How to open multiple sessions?
I want to open multiple facebook accounts. Can I do this with the Qt Webkit Engine?
View ArticleUnsolved Qt WebEngine mac framework overlaps/conflicts with...
Hello, I have a plug-in for Photoshop which uses Qt WebEngine, but this overlaps/conflicts with the CEF which is bundled in Photoshop. I get a lot of warnings such as: objc[4910]: Class CrCoreCursor is...
View Article