Skip to content

QtWebEngine

Discussions and questions on QtWebEngine
1.3k Topics 4.0k Posts
  • QWebEnginePage javascript injection on redirect inconsistent?

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

    Unsolved
    2
    0 Votes
    2 Posts
    310 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
    455 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
    315 Views
    No one has replied
  • macOS: QtWebEngineCore framework: code object is not signed at all

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

    Unsolved
    23
    0 Votes
    23 Posts
    4k 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
    830 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
    151 Views
    No one has replied
  • js: crbug/1173575, QwebEngineView

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

    Unsolved
    2
    0 Votes
    2 Posts
    444 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
    233 Views
    No one has replied
  • MinGW64 QML don't use QWebEngine,MSVC2019 can use QWebEngine

    Unsolved
    5
    0 Votes
    5 Posts
    622 Views
    V
    @SGaist https://forum.qt.io/topic/150146/webview-not-supporting-in-qt-5-15-2-release-build?_=1695969279025
  • Migrate old code from WebKit to WebEngine (QT6.5.2)

    Unsolved
    3
    0 Votes
    3 Posts
    384 Views
    Z
    Hi @SGaist Thanks. QWebEngineUrlRequestInterceptor is limited and only allows you to modify the HTTP request headers and/or perform an HTTP REDIRECT which I'd like to avoid here. The old code doesn't perform any REDIRECT. QByteArray since you want to concatenate two strings Indeed. As stated in the title, this is an old code :-)
  • QtWebengine 5.15.10 with proprietary codecs, build problems on Ubuntu 22.04

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    V
    @maxt Imusing Qt 5.15.2 version..my project is to connect the ip camera using ip address and viewing the output of the video of the ip camera using webengineview. When I worked with project in debug build..the output is showing.But when I try to build it in release build,it is not working.the web page is loading..but the video output is not loading..But,in web browser,it is showing. I have included all the necessay libraries to load the webview and i have succesfully viewed the output of the ip camera in debug build.The error message is: [66928:64908:0823/193205.676:INFO:CONSOLE(1)] "Uncaught NotSupportedError: Failed to execute 'addSourceBuffer' on 'MediaSource': The type provided ('video/mp4;codecs="avc1.640029"') is unsupported.", source: http://192.168.56.50/module/videoMediaSource.js (1)
  • Docker Qt6 xcb issue running pytest

    Solved pyside6 docker
    2
    0 Votes
    2 Posts
    900 Views
    A
    It turned out the error I needed to research specifically was ERROR:zygote_host_impl_linux.cc(100). I found a solution here: https://stackoverflow.com/questions/62284578/docker-errorzygote-host-impl-linux-cc89-running-as-root-without-no-sandb And the new Dockerfile is # Use the official Python base image FROM python:3.11-bullseye RUN pip install numpy && pip install setuptools # Copy the debPackages.txt file COPY debPackages.txt . # Install Qt6 dependencies RUN apt-get update && apt-get install $(grep -vE "^\s*#" debPackages.txt | tr "\n" " ") -y # Set the working directory in the container WORKDIR /app # Copy the requirements.txt file COPY requirements.txt . # Upgrade pip RUN pip install --upgrade pip # Install the Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy the project files COPY . . ENV PYTHONDONTWRITEBYTECODE=true # Export QT specific settings ENV QT_DEBUG_PLUGINS=1 ENV QT_QPA_PLATFORM=offscreen ENV QTWEBENGINE_DISABLE_SANDBOX=1 RUN pip install . # Expose the port the application runs on EXPOSE 8000 CMD ["coverage", "run", "-m", "pytest"] so adding ENV QTWEBENGINE_DISABLE_SANDBOX=1 fixed everything.
  • Environment setup for developing Qtwebengine-integrated application.

    Unsolved
    7
    0 Votes
    7 Posts
    660 Views
    N
    @jsulm Understood. I will be looking for it. Thank you very much for your guidance.
  • Does QtwebEngine works on Qt version 5.10.1

    Unsolved webview qwebview widget
    2
    0 Votes
    2 Posts
    455 Views
    jsulmJ
    @Nivedkarun Use QWebEngineView
  • WebEngine Examples are not working at all (5.15.2)

    Unsolved
    2
    0 Votes
    2 Posts
    570 Views
    N
    @dschoni Did you ever get a response? I have exactly the same problem.
  • 0 Votes
    5 Posts
    517 Views
    G
    @Lahearle Can you reproduce the issue following my steps?