Unsolved QtWebEngineView (QML) and Youtube HD content
Hi there, I seem to be able to display 'normal' content of youtube with the QtWebEngineView (QML) component, but somehow 'HD' videos won't load. I get an error saying a appropriate codec has not been...
View ArticleUnsolved WebGl Example Qt5.10
Have to build Qt yourself and force OpenGL ES linking - as it is described in the blog article you linked.
View ArticleUnsolved Webengine Flash render multi monitor error
Hello On Windows 10 with multiple monitors I load a flash animation into webengine window. When I drag the window to an other screen, the webengine stop repaint the flash anim. Failed to reset device?...
View ArticleUnsolved IPv6 Address family not supported by protocol
Hi and welcome to devnet, That's a question you should bring to the QtWebEngine mailing list. You'll find there the QtWebEngine module developers/maintainers. This forum is more user oriented.
View ArticleUnsolved Incomplete Webengine
Works for me. What exactly did you try? What did you expect to happen? And what exactly did happen?
View ArticleUnsolved Is to possible for QtWebEngineView to process QKeyEvents?
Hello guys. Is it possible for QWebEngineView to receive QKeyEvents such that they affect the DOM. JavaScript is not option because I'm try simulate a keypress event (Enter). This is not allowed...
View ArticleUnsolved QtWebEngine build failed on gn bootstrap.py
Hi all, i am trying to build Qt 5.9.3 and build failed on bootstrap.py with: Building gn manually in a temporary directory for bootstrapping... Traceback (most recent call last): File...
View ArticleUnsolved QWebEngineView not align properly in certain PC
I build a QtApplication using QWebEngineView in MSVC 2015, i open the QtApplication in multiple PC , somehow one of the PC show misaligned of QWebEngineView, many others PC do not have this problem,...
View ArticleUnsolved Cross compile QtWebengine 5.9.1 on embedded linux
@Kart said in Cross compile QtWebengine 5.9.1 on embedded linux: I came to know that QtWebengine can use software renderer such as QtQuick2drenderer in Qt 5.7. What are the possibilities that i can do...
View ArticleUnsolved How to take screen captures
I would like to use Qt's QWebEngine module to take screen captures from an URL. However, although the documentation section on QWebEnginePage lists QWebEnginePage::print and QWebEnginePage::printToPdf,...
View ArticleUnsolved Graphic acceleration in quicknanobrowser
I'm using AGL build (Krogoth) on i.MX6 SabreAI board. I've installed webengine and examples to my build. When I'm playing youtube videos using quicknanobrowser, the frame rate is very less ~10fps. All...
View Articlequicknanobrowser and youtube - SSL connection error
@xenotrax In the console of your target board, just export the following variable. export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt The other way you can do this is by writing an initscript,...
View ArticleUnsolved QtWebEngine 5.10.0 configuration problem
Since installing 5.10.0 I am encountering errors whenever I attempt to load an url using either QWebEnginePage or QWebEngineView. I even attempted to build and run the SimpleBrowser example and obtain...
View ArticleUnsolved WebEngineScript sourceUrl: Can't open user script
I have tried to insert the qwebchannel.js script as WebEngineScript within a WebEngineView: WebEngineView { id: webbrowser02 WebEngineScript { injectionPoint: WebEngineScript.DocumentCreation id:...
View ArticleUnsolved How to disable Google SafeSearch?
Does anyone know if it's possible to disable Google SafeSearch on QWebEngine components? Thanks,
View ArticleUnsolved How to fix QtWebEngine to obey Mac OSX auto-show scrollbar setting
On Mac, QtWebEngine does not obey the system setting for auto-show scroll bars: Instead of hiding the scrollbars until you use mouse or trackpad scrolling, it always shows the non-interactive...
View ArticleUnsolved AVDCreateGPUAccelerator: Error loading GPU renderer on MacPro Qt...
Hi, I experience same error as mentioned here:: QWebEngineView has error webgl pages on mac pro After trying bunch of Chromium flags I could not get WebGL working in QWebEngineView at all. Does anyone...
View ArticleUnsolved QWebEngineView has error webgl pages on mac pro
Hi @Yoshimura Have you found the solution to this issue? Regards
View ArticleUnsolved How to change "referer" of request header
@youthdou said in How to change "referer" of request header: but it doesn't work enlighten us please.
View Article