Unsolved Print and Notification control
I want to build a browser based on Qt, for complete control i need to intercept window.print() for print preview in every frame and javascript Notification. It's possible?
View ArticleUnsolved How to find a cookie origin URL with QWebEngine
Hello to everyone. I'm trying to improve the integration between Konqueror, the KDE browser, and QWebEngine and I'm struggling on how to deal with cookies. To fully integrate with the KDE environment I...
View ArticleUnsolved How to reduce qwebengineview scrollbar width
When I run my application in retina monitor, or multi-monitor but one is retina, or windows zoom factor about 200%, the scrollbar of the qwebengineview is very wide, like the picture I uploaded below,
View ArticleUnsolved Creating a Simple browser with most needed features for desktop
Hi I am trying to develop a browser. I have vs2013 and qt. Where to start with? Does qtwebengine support windows XP? Any way to use OpenSSL certificate manager?
View ArticleUnsolved How to redirect QWebEngineUrlRequestInfo to local files?
I have a simple Qt application that loads a page in a QWebEngineView. I would like to redirect all http requests with the word "static" in the url to local files. Using WebUrlRequestInterceptor I...
View ArticleUnsolved How to display a (simple) web page without havin to add a lot of DLL?
Hi, In my application I have to display a particular web page (a poll page about the application). This page will be very simple. It will be just a form with fixed image (basic HMTL content). Currently...
View ArticleUnsolved Manipulating QtWebEngine printToPdf()
Hello, I have the same problem. Thought we can add header or footer via CSS print on every page in Firefox, and with more work on Chrome, the webkit version embedded in Qt doesn't behave the same and...
View ArticleWindows 7 Webengine example fail with "Unknown module(s) in QT:...
@xeoshow Hi I think its still alpha https://github.com/annulen/webkit/releases
View ArticleUnsolved Qt 5.10 - Can I use chrome extensions ?
Hi, Should it be possible to use chrome extensions in Qt 5.10 ? Thx
View ArticleUnsolved QWebFrame and QWebElementCollection equivalences?
Hello, I'm currently porting a dictionary app (GoldenDict to be precise) from QtWebKit to QtWebEngine. That app used QWebFrame and QWebElementCollection for which I couldn't find equivalences....
View ArticleUnsolved WebEngine file download confirmation dialog
Hello, I'm trying to implement file downloading with WebEngineView (QML) and I'm not sure how to go about it. When I receive downloadRequested signal, I would like to display a confirmation dialog...
View ArticleUnsolved Webengine example fail with "Unknown module(s) in QT:...
Hello @Konstantin-Tokarev , I tried with 5.8.0 and 5.9.2 and your corresponding release of QtWebKit, seems still the same symptom, the memory will keep increasing if I refresh the page repeatedly. BTW,...
View ArticleUnsolved hls.js doesn't work on webengineview
Players with hls.js dont work test: video-dev.github.io/hls.js/demo/ h256 support fails.
View ArticleUnsolved video player shows no image when using QWebEngineView to load url
1,a widget with a vlc player widget and a QWebEngineView widget. the web page widget became all black when the player played 2,another video player widget (not vlc) plays well when I use QWebView; but...
View ArticleUnsolved It sounds stupid, but im not a superpro
Hi and welcome to the forums. Its not stupid at all, but I have not seen any tech to mix HTML5 and Qt as such. However, https://doc.qt.io/qt-5/qtwebengine-features.html seems to support it to some...
View ArticleSolved QtWebEngine compilation with proprietary codecs doesn't work
I just recompiled QtWebEngine on latest 5.9.3 Compile show the flag is on, but when I run my app, I still have the error message on netflix.. I added the widevinecdm.dll and widevinecdmadapter.dll...
View ArticleUnsolved Want to compile QtWebEngine lib which supports WinXP
I’m using QT5.6 and trying to compiling QtWebEngine lib which supports Windows XP. Is that possible? Do you have any clue to realize it?
View ArticleUnsolved How to inject QWebChannel.js before the page loads
The following pages need to communicate with C ++ the first time, how to inject QWebChannel.js <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta...
View ArticleUnsolved QWebChannel.js does not work with Chromium's existing...
How to achieve before the page is loaded on the registration of objects or methods, similar to Chromium registered in the method OnContextCreated. virtual void...
View ArticleSolved QtWebEngine --register-pepper-plugins
Solved. https://bugreports.qt.io/browse/QTBUG-64071 New version of widevine.dll are not working
View Article