Skip to content

QtWebEngine

Discussions and questions on QtWebEngine
1.3k Topics 4.0k Posts
  • [SOLVED] Cookies are no longer persistent in Qt6 with QtWebEngineQuick

    Solved
    2
    0 Votes
    2 Posts
    841 Views
    P
    I solved the issue. The cookie policy and offTheRecord properties are not enough. It is also mandatory to set a cachePath, and possibly a storageName, as following: QQuickWebEngineProfile* webEngineProfile = QQuickWebEngineProfile::defaultProfile(); webEngineProfile->setPersistentCookiesPolicy(QQuickWebEngineProfile::ForcePersistentCookies); webEngineProfile->setOffTheRecord(false); webEngineProfile->setStorageName(QStringLiteral("Default")); webEngineProfile->setCachePath(webEngineProfile->persistentStoragePath() + QStringLiteral("/Cache"));
  • Hyphenation support in QTWebEngine

    Unsolved
    1
    0 Votes
    1 Posts
    298 Views
    No one has replied
  • How to video stream in qt using url

    Moved Unsolved
    6
    0 Votes
    6 Posts
    813 Views
    X
    [1:60:0274/106115.943982:ERROR:cert_verify_proc_nss.cc(918)] CERT_PKIXVerifyCert for 10.23.108.45 failed err=-4532 js: Uncaught ReferenceError: jstProcess is not defined This error I got earlier
  • QWebEngineView fails to load GoogleMaps API

    Unsolved
    2
    0 Votes
    2 Posts
    641 Views
    T
    hi @allenck Can I ask something? i am also using google maps api v3. However, when I zoom in/out on the map, it is not as smooth as on maps.google.com. I don't know if you encounter this situation?
  • Performance of QtWebEngine is very poor when zoom in/out with google maps api v3

    Unsolved
    1
    0 Votes
    1 Posts
    305 Views
    No one has replied
  • Crash when quitting app (cause by create C++ object in QML)

    Unsolved
    4
    0 Votes
    4 Posts
    546 Views
    JonBJ
    @Huy-Nguyen No, I think you are stuck with the speed if you wish to use the Debug build.
  • signal into loop

    Unsolved
    3
    0 Votes
    3 Posts
    431 Views
    elicatE
    @SGaist Hello, Be patient and remember that I am self-taught and that I am only using qt/c++/qml/qwebengine in one project, therefore with little possibility of professional growth in this area. The signal is connect into QWebChannel window.onload = function () { new QWebChannel(qt.webChannelTransport, function (channel) { webobj = channel.objects.wiseMan; } } I couldn't figure out how to get a method or signal to run in a new threads. I tried this way, where EngineIndexHtml is class which contains the declare of signal EngineIndexHtml* workerEngineIndexHtml; QThread workerThreadEngineIndexHtml; workerThreadEngineIndexHtml.moveToThread(&workerThreadEngineIndexHtml); connect(workerEngineIndexHtml, &EngineIndexHtml::elabSignal, this, &EngineIndexHtml::elabSignal); // Starting the worker thread workerThreadEngineIndexHtml.start(); emit elabSignal(jsonObjectDataRowLauncher); But i have this wrong and I didn't know how to solve it, I probably misunderstood how to run a new thread QThread: Destroyed while thread is still running
  • Performance of QtWebEngine is very poor when loading google maps

    Unsolved
    3
    0 Votes
    3 Posts
    537 Views
    No one has replied
  • WebChannel fail to port variable from QML to HTML?

    Unsolved
    1
    0 Votes
    1 Posts
    283 Views
    No one has replied
  • 0 Votes
    4 Posts
    673 Views
    H
    @JasoNY I am facing the same problem, have you resolved it?
  • Stale content briefly seen in QWebEngineView upon show

    Unsolved
    1
    0 Votes
    1 Posts
    277 Views
    No one has replied
  • QtWebEngine Locked at 60FPS Despite Detecting 144Hz Displays

    Unsolved
    1
    0 Votes
    1 Posts
    596 Views
    No one has replied
  • 0 Votes
    7 Posts
    5k Views
    L
    I'm using QtWebEngine 5.12.12, tied to this version for my application. I rebuilt it with -webengine-proprietary-codecs and the mp4 videos work now but the occ/webm videos stopped working!!??!? Has anyone seen this or have any advice? I'm using this page to test: https://tekeye.uk/html/html5-video-test-page
  • QtWebEngine will not be built. Platform unsupported

    Solved
    7
    0 Votes
    7 Posts
    5k Views
    jsulmJ
    @Thcale_yang said in QtWebEngine will not be built. Platform unsupported: LoongArch 3A5000 Nobody was asking anything about this architecture. This thread is about QtWebEngine on ARM.
  • QWebEngineView stops working after a few reboots

    Unsolved
    1
    1 Votes
    1 Posts
    379 Views
    No one has replied
  • QWebEngineView content is not updated when it is displayed inside another widget

    Unsolved
    3
    0 Votes
    3 Posts
    755 Views
    nekooeeN
    @JonB When it opens in a new window that has a title bar (not used template), there is no problem. The template that I used has removed the title bar. I think there is a problem with the code of this template, but the author of the template says that the problem is not related to his project! See the discussion below: https://github.com/Wanderson-Magalhaes/Simple_PySide_Base/issues/12
  • QtWebEngineWidget opens for a flash then crashes

    Unsolved
    2
    0 Votes
    2 Posts
    309 Views
    jsulmJ
    @utsktk You should post relevant code
  • go into js for get variable from method

    Unsolved
    1
    0 Votes
    1 Posts
    207 Views
    No one has replied
  • Can't build QtWebEngine with cmake on Ubuntu 22.04.4

    Unsolved
    1
    0 Votes
    1 Posts
    360 Views
    No one has replied
  • QtWebEngine performance is very poor

    Unsolved webengine
    1
    0 Votes
    1 Posts
    423 Views
    No one has replied