Skip to content

QtWebEngine

Discussions and questions on QtWebEngine
1.3k Topics 4.0k Posts
  • html2pdf fails to load web URL

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    _
    @JonB Thanks for looking. Yes, I need to convert HTML to PDF. Agree, possibilities are many and this is not a clear question with a straight answer. I just posted in case someone had hit something like this before or someone in the know how of Qt WebEngine might have some pointers for me. I had tried printing the HTML to PDF using QPrinter and it was not satisfactory even with a basic html. I was reading QtWebEngine and internally Chromium does not use QNetworkAccessManager (like Qt WebKit). It has its own implementation of network and this is what I feel is failing somewhere on Linux. So eventually if I have to figure out, I probably will have to debug inside Chromium to see what is happening. PS: For now there is a solution with Qt WebKit and so not super urgent but eventually I might have to figure out the Qt WebEngine solution.
  • [Qt 5.15.2] QWebEngineView crashes the sandboxed app on MacOS

    Solved
    2
    0 Votes
    2 Posts
    557 Views
    A
    @Alexuds79 In case anyone finds the same problem in the future, using QtWebView (https://doc.qt.io/qt-5.15/qtwebview-index.html) instead of QtWebEngineView seems to solve the problem on MacOS. However, on Windows (again with the final application built), it seems that QtWebEngineView works perfectly but QtWebView does not (the WebView QML component is not shown). Fortunately, with simple logic you can use one or the other depending on the platform.
  • No gn found for cross-compilation

    Unsolved qtwebengine crosscompiling raspberrypi
    4
    0 Votes
    4 Posts
    2k Views
    S
    @Wycer said in No gn found for cross-compilation: @SamiV123 I do need, main module of my project. I googled a lot and eventually found that link too, however I am not sure what to do next. I tried following their install process but still got the error, I tried installing using apt and also didn't work. If you can guilde me a little more that would be great! And thanks a lot for your time and effort :) Sorry, all I can offer is try following the chromium build instructions, if you can get your env to a point where you can build the chromium source then it should hopefully work for Qt as well. https://www.chromium.org/developers/how-tos/get-the-code/
  • QWebEngineView javascript fetch CORS error but works on Chrome Desktop

    Solved
    2
    0 Votes
    2 Posts
    374 Views
    A
    @arshadm25 i have resolved this issue by using the setTransferTimeout method of QNetworkAccessManager.
  • Build program do not see libegl1-mesa-dev package

    Unsolved
    3
    0 Votes
    3 Posts
    729 Views
    G
    @Axel-Spoerl I have the same problem, and my return is r@r-virtual-machine:~/code/qt-everywhere-src-5.15.2/build$ find /usr -name khrplatform.h /usr/include/KHR/khrplatform.h
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • QWebEngineView Qt 6.5.3 Windows 10 - Can't play Netflix, Hulu, (HBO) MAX, or AppleTV+

    Unsolved
    1
    0 Votes
    1 Posts
    716 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • QWebEnginePage javascript injection on redirect inconsistent?

    Unsolved
    1
    0 Votes
    1 Posts
    272 Views
    No one has replied
  • QWebEngineView->print() with Preview before loadFinished()

    Unsolved
    2
    0 Votes
    2 Posts
    336 Views
    JonBJ
    @Volker75 Yes, my recollection is you do have to attach a slot to loadFinished() for printing to work, doubtless previewing too. Seems reasonable to me.
  • 0 Votes
    4 Posts
    512 Views
    SGaistS
    No I don't and I have no way to reproduce it based on your information.
  • debugging problem

    Solved pyside2
    1
    0 Votes
    1 Posts
    347 Views
    No one has replied
  • macOS: QtWebEngineCore framework: code object is not signed at all

    Unsolved
    1
    0 Votes
    1 Posts
    245 Views
    No one has replied
  • webview not supporting in Qt 5.15.2 release build

    Unsolved
    23
    0 Votes
    23 Posts
    5k Views
    jsulmJ
    @Vijaykarthikeyan said in webview not supporting in Qt 5.15.2 release build: which directory i has to navigate Go to your build folder and then call qmake like shown above and then jom
  • QWebEngineView is very very very slow.

    qwebengine
    7
    0 Votes
    7 Posts
    9k Views
    V
    @SamurayH even in release mode,it is slow
  • Can't setup proxy credentials

    Unsolved
    6
    0 Votes
    6 Posts
    872 Views
    SGaistS
    Thanks for the ticket. Your conclusion is wrong though, the WebEngine team is assigned.
  • Mouse handling is not working in webview QML

    Unsolved
    1
    0 Votes
    1 Posts
    158 Views
    No one has replied
  • js: crbug/1173575, QwebEngineView

    Solved
    3
    0 Votes
    3 Posts
    879 Views
    V
    @Qt_Sgh thank you
  • QtWebEngine crash only Release

    Unsolved
    2
    0 Votes
    2 Posts
    485 Views
    V
    @lerxt I have this same problem ..Don't know how to resolve this
  • QWebEngineUrlSchemeHandler: can't register an "https" scheme handler

    Unsolved
    1
    0 Votes
    1 Posts
    240 Views
    No one has replied