Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qwebengine
    Log in to post

    • SOLVED Unknown module(s) in QT: webengine in 5.14 msvc2015_64
      General and Desktop • msvc2015 module qwebengine 5.14 • • sayan275  

      2
      0
      Votes
      2
      Posts
      51
      Views

      Hi, Because of chromium minimal compiler requirements. Nothing Qt can do about. Either use an older version or update your compiler to VS 2019 which is backward compatible with VS2017 and has less bugs.
    • SOLVED Unable to load HTTPS url using QWebEngineView
      General and Desktop • qwebengineview qwebengine https qwebenginepage ssl error • • Ryna  

      5
      1
      Votes
      5
      Posts
      485
      Views

      https://stackoverflow.com/questions/58875159/how-to-ignore-ssl-certificate-errors-with-qwebengineview link helped me to resolve the issue. Now HTTPS page load after ignoring ssl warning is fine. Thanks for ideas :)
    • SOLVED QWebEngineView can not find javascript file in release but ok in Debug
      QtWebEngine • javascript qwebengineview qwebengine reference error • • Hunglx  

      2
      0
      Votes
      2
      Posts
      497
      Views

      I finally found the problème from qt documentation. My solution is to add : QTQUICK_COMPILER_SKIPPED_RESOURCES += testgooglemapwebengine.qrc in my .pro file.
    • UNSOLVED Failed to build QtWebEngine on Boot2Qt sumo
      Mobile and Embedded • yocto qwebengine qt5.12.x b2qt • • KazuoAsano  

      2
      0
      Votes
      2
      Posts
      600
      Views

      Just wanted to say thanks! I ran into the same issue (building qtwebengine) on Ubuntu 18.04 host and this fixed it. I'm adding it to my personal list of prerequisites for my Boot2Qt Yocto builds....
    • UNSOLVED webenginewidgets on .pro of library produce error
      General and Desktop • qwebengine • • LovelyGrace  

      10
      0
      Votes
      10
      Posts
      423
      Views

      @LovelyGrace said in webenginewidgets on .pro of library produce error: but when I am trying to build the whole project from sub dir project including the library and the console, it produce the error You need to add Qt += webenginewidgets to your console project as well.
    • UNSOLVED QWebEngine causes problems in custom OpenGL renderer
      QtWebEngine • opengl windows qwebengine • • tamato  

      3
      0
      Votes
      3
      Posts
      1261
      Views

      I use QCoreApplication::setAttribute(Qt::AA_UseOpenGLES); It can really screen bugs。but , error too;
    • SOLVED Problem using QWebEngine on virtual machine
      QtWebEngine • msvc2015 windows10 qwebengine • • pmh4514  

      2
      0
      Votes
      2
      Posts
      1008
      Views

      @pmh4514 I received an answer from Qt support, it solved the problem. Their answer below: On a virtual machine the OpenGL support might not be enough for rendering Qt WebEngine, so the quickest way to check if this is the case here is to do: set QT_OPENGL=angle on the command line or add: QGuiApplication::setAttribute(Qt::AA_UseOpenGLES); before the creation of the application object
    • SOLVED How to kill page when it's window is closed?
      QtWebEngine • qtwebengine qwebengine qwebenginepage • • Daniil Kolesnichenko  

      3
      0
      Votes
      3
      Posts
      1046
      Views

      @mpergand you are right, this line solved the problem. Thank you very much!
    • SOLVED This application failed to start because it could not find or load the Qt platform plugin "windows" in "".
      General and Desktop • qt creator qwebengine qt installation • • allenck  

      6
      0
      Votes
      6
      Posts
      9602
      Views

      @allenck ahh, yes that would do it. It can tell Qt to look from plugins in other places. http://doc.qt.io/qt-5/qt-conf.html Good catch :)
    • SOLVED QWebEngineView, allow embedded JavaScript to use window.open
      QtWebEngine • javascript qwebengine window.open • • pmh4514  

      4
      0
      Votes
      4
      Posts
      2891
      Views

      Ok this put me in the right direction, having subclassed both the view and page, and using createWindow and acceptNavigationRequest, I see how this all works now.. Thanks!
    • UNSOLVED QWebEngine DemoBrowser retrieve cookies and current URL
      General and Desktop • qwebengineview qwebengine qwebenginepage cookies • • Maxx Dovahkiin  

      1
      0
      Votes
      1
      Posts
      1972
      Views

      No one has replied

    • UNSOLVED Migration from QWebPage to QWebEnginePage, problem with createplugin
      QtWebEngine • qwebengine qwebenginepage createplugin x-qt-plugin • • n.br  

      1
      0
      Votes
      1
      Posts
      528
      Views

      No one has replied

    • UNSOLVED How QtWebEngine support applet
      General and Desktop • qwebengine java applet • • Charles Cai  

      6
      0
      Votes
      6
      Posts
      1235
      Views

      @Charles-Cai I know this thread is very old but do you got any solution? I am stuck in same problem. I want to load HTML page containing java applet using QWebEngineView. Can't find any way out. Your input can help me. Thanks
    • UNSOLVED Problem with running the application with QWebEngineView.
      QtWebEngine • qwebengineview qwebengine • • Harrix  

      4
      0
      Votes
      4
      Posts
      2944
      Views

      @Hans-Dijkema I have yet to try Qt 5.7 beta, but... it seems to me like you haven't installed QtWebEngine?...
    • UNSOLVED How to install Qt 5.6 and use New Web Engine (Chromium 45)
      Installation and Deployment • error installation qt 5.6 qwebengine • • Jordan  

      8
      0
      Votes
      8
      Posts
      3074
      Views

      Did you install MSVC2015 before or after Qt ? Can you see it in the Compilers tab ?
    • UNSOLVED How to set a viewport with QtWebEngine?
      QtWebEngine • qwebengineview qwebengine viewport • • domusmaximus  

      1
      0
      Votes
      1
      Posts
      828
      Views

      No one has replied

    • UNSOLVED Full screen QWebEngine without margins?
      General and Desktop • qwebengine margins • • A Former User  

      1
      0
      Votes
      1
      Posts
      844
      Views

      No one has replied

    • QWebChannel.JS and QVector
      QtWebEngine • qvector qwebengine qwebchannel qwebchannel.js • • cr0_  

      1
      0
      Votes
      1
      Posts
      728
      Views

      No one has replied

    • Transport for QWebEnginePage::setWebChannel()
      General and Desktop • qwebengine qwebchannel qt webengine qwebchannel qwe • • Matty  

      3
      0
      Votes
      3
      Posts
      2354
      Views

      @Matty I'm running into this now. Were you able to find a solution?
    • QWebEnginePage unable to connect HTTPS server
      QtWebEngine • qt5 qt5.5 qwebengineview qwebengine • • han_123  

      1
      0
      Votes
      1
      Posts
      906
      Views

      No one has replied

    • QWebEngineView set proxy
      QtWebEngine • qt5 qwebengineview qwebengine qwebkit proxy • • UndeadBlow  

      3
      0
      Votes
      3
      Posts
      2267
      Views

      @ThatDud3 well, Qt 5.5 have been released, but I don't see nothing about proxy in QWebEngineSettings XD It is real problem...
    • Change html in all frames in QWebEngineView
      General and Desktop • qwebengineview qwebengine qwebengine netw • • andbiller  

      1
      0
      Votes
      1
      Posts
      684
      Views

      No one has replied

    • QWebEngineView is very very very slow.
      QtWebEngine • qwebengine • • nikitablack  

      4
      0
      Votes
      4
      Posts
      4173
      Views

      Hi, After 3 years... Anyway switching from debug to release compiler solved the problem for me.