Navigation

    Qt Forum

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

    • UNSOLVED Web Page Displays Garbled Content
      Qt WebKit • webengineview webengine qt5 • • MarkusH  

      1
      0
      Votes
      1
      Posts
      160
      Views

      No one has replied

    • UNSOLVED Building Qt5.14.2 for WebAssembly shared returns error.
      Qt for WebAssembly • webengine webassembly webengine qt5 wasm • • Oshio  

      3
      0
      Votes
      3
      Posts
      244
      Views

      Hi @SGaist , One thing that made me skeptical about the info on the introduction page, was the affirmative that webassembly doesn't support threads, which is not an absolute true, in fact is relatively simple to enable thread support with the correct emscripten version. But everything so far is telling me that is not possible, or at least it will be very hard to compile wasm as shared.
    • UNSOLVED Java Applet support in QWebEngine
      QtWebEngine • webengineview java webengine qt5 chromium applet • • Ryna  

      1
      0
      Votes
      1
      Posts
      199
      Views

      No one has replied

    • SOLVED Wie kann ich in QT Creator im Edit Window die Webengine zur Auswahl hinzufügen (Widget App)?
      German • qtcreator widget webengine qt5 design mode widget applicat • • sm-a  

      5
      0
      Votes
      5
      Posts
      1007
      Views

      Vielen Dank @J-Hilk für den Link zur sehr guten Dokumentation was mir weitergeholfen hat. Vielen Dank auch an @mrjj der auch einen entscheidenen Tipp gegeben hat eben dass es nur mit dem MSVC Compiler funktioniert. Habe beim Installationsprozess von "webengine" auf der rechte Seite gesehen das MSVC 2017 erforderlich ist von daher stimmt die Aussage absolut. Vielen Vielen Dank nochmals an euch beiden die mir geholfen haben. Grüße Sven
    • UNSOLVED Inserting QWebEngineScript on next page run time.
      QtWebEngine • webengineview webengine qt5 • • Zee_07  

      1
      0
      Votes
      1
      Posts
      371
      Views

      No one has replied

    • SOLVED is it possible to host nodejs app inside qt app ?
      General and Desktop • qt5 webview webengine qt5 webserver node.js • • Qjay  

      3
      0
      Votes
      3
      Posts
      1206
      Views

      hey , sorry for not being clear but what i meant by hosted was like node app is not hosted anywhere . So i added node code to my qt project and in main.cpp i create a Qprocess of node and then just provide localhost url to webengineview. this solves my purpose. So in short what i did was : copied node app code to my qt project. created a process of node running the node app via Qprocess. provided localhost url:port to webengineview and it shows the app.
    • UNSOLVED How to send network requests in QWebEngine
      QtWebEngine • webkit webengine qt5 networkaccessma • • d1.psy  

      3
      0
      Votes
      3
      Posts
      4120
      Views

      @mousemao I've made a feature request here https://bugreports.qt.io/browse/QTBUG-55074 BTW, 大哥,你好~~
    • Qt gives me an error when application is launched in Desktop compilation in qt 5.7.0
      General and Desktop • desktop qt5.7 webengine qt5 chromium ssl failed • • AmazingQt  

      1
      0
      Votes
      1
      Posts
      621
      Views

      No one has replied

    • UNSOLVED Error while building qtwebengine module from Qt 5.7.0
      QtWebEngine • qt 5.7 webengine qt5 • • horokey  

      5
      1
      Votes
      5
      Posts
      4849
      Views

      Found the problem. It looks like during the initial stage of nmake, it was spitting out some errors complaining that the command line is too long. I found this ticket and patched those 3 files into my directory and it fixed the problem: https://codereview.qt-project.org/#/c/160622/ Later down the line I experienced another compile issue (https://bugreports.qt.io/browse/QTBUG-54455) and patching this file fixed it: https://codereview.qt-project.org/#/c/163955/
    • SOLVED There is no way to disable back/forward navigation on Qt Quick WebEngineView
      QtWebEngine • webengine webengineview webengine qt5 • • Andriy  

      2
      0
      Votes
      2
      Posts
      1006
      Views

      The solution was simple, i was inattentive, but Web Engine Team helps me, thanks guys webView.onNavigationRequested: { if(request.navigationType === WebEngineView.BackForwardNavigation) { print("onNavigationRequested", request.url) request.action = WebEngineView.IgnoreRequest; } }
    • UNSOLVED Loading an html file next to app on OSX
      QML and Qt Quick • webengineview webengine qt5 • • TOMATO_QT  

      1
      0
      Votes
      1
      Posts
      430
      Views

      No one has replied

    • Two WebEngine views, with "internal" links from one to the other
      General and Desktop • webengine webengineview webengine qt5 • • MicNielsen  

      2
      0
      Votes
      2
      Posts
      775
      Views

      @MicNielsen I guess it isn't possible :(
    • Cannot invoke shared object methods/properties from javascript
      General and Desktop • webengine qt5 qwebchannel qwe • • gilson  

      1
      0
      Votes
      1
      Posts
      569
      Views

      No one has replied