Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.9k Posts
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • can't conduct the same code in visual studio 2019

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

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Limit browsing inside domain

    Unsolved
    7
    0 Votes
    7 Posts
    979 Views
    SteMMoS

    @Pablo-J-Rogina I need to explain:
    the kiosk needs to show two kind of pages:

    a registration form a public web site that contains some links that bring the normal user out of the portal, but not the user in front of the kiosk.

    @JonB now the browser is a QML object so I have the WebEngineView object; I don't know how to access to QWebEnginePage object ..

  • 0 Votes
    2 Posts
    457 Views
    K

    Hard to tell anything from this backtrace, seems like it's from release build. Crash happens inside Qt and it's probably caused by your implementation of createRequest

  • 0 Votes
    2 Posts
    570 Views
    R

    Tried to use setUserStyleSheetUrl from qrc instead of setting setUserStyleSheetUrl( QUrl::fromLocalFile) which worked but local image using background-image:url(arrow_right.png) in the .css is not set and rendered.

    html,css and image are in the same directory.
    The attributes in .css are used to style custom scrollbar as mentioned in https://doc.qt.io/archives/qt-4.8/qtwebkit-guide-css.html

    It does work with scrollbar visible on ubuntu using css stylesheet but it doesnot show scrollbar on target.
    Let me know your feedback.

  • Why is there no sound in the qwebview?

    Solved
    23
    0 Votes
    23 Posts
    3k Views
    A

    @Mucahit said in Why is there no sound in the qwebview?:

    Frankly I don't know this because I made a lot of changes to my card and it started working when I last restarted.

    Frankly I don't know this because I made a lot of changes to my card and it started working when I last restarted.

    laptop india guide

  • Checking if WebView's url has running stream from YouTube

    Unsolved
    2
    0 Votes
    2 Posts
    418 Views
    P

    Anyone, any hint? Any idea?

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    2 Posts
    609 Views
    M

    It seems my Yocto setup installs QtWebNetworkProcess, QtWebProcess, QtWebStorageProcess in usr/libexec while Qt applications expects them to be in usr/lib/libexec.

  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    13 Views
  • Qt WebKit 5.212.0 Alpha 4: crash application

    Unsolved
    2
    0 Votes
    2 Posts
    485 Views
    A

    FWIW, everything works fine in my application if I use Qt WebKit 5.212.0 Alpha 3.

    However, I have also built both Alpha 3 and Alpha 4 on their own, and checked https://lemonde.fr/ with MiniBrowser and QtTestBrowser and:

    MiniBrowser crashes uploading https://lemonde.fr/ and this with both Alpha 3 and Alpha 4; QtTestBrowser loads https://lemonde.fr/ fine (or so it seems), but will eventually crash when loading another page (after clicking on one of the links) on that website. This, using both Alpha 3 and Alpha 4.

    So, I have no idea why https://lemonde.fr/ works fine in my application using Alpha 3, but it does...!?

  • 0 Votes
    4 Posts
    566 Views
    SGaistS

    Qt 5 is a series, what exact version are you using ?

    I already stated the requirements: a minimal compilable exemple that shows the behaviour.

  • Blank page as a result of using IFrames?

    Unsolved
    7
    0 Votes
    7 Posts
    985 Views
    A

    @Konstantin-Tokarev said in Blank page as a result of using IFrames?:

    QtWebKit 5.212.x is based on old WebKit branch from 2016 with occasional backports of fixes and features. Work on updating is still ongoing.

    Ok, that explains a lot. Any ETA regarding the new WebKit branch by any chance?

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • addResource with QUrl used in <img src> not working in MAC

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    SGaistS

    Glad you found out !

    Since you have it working now, please mark thread as solved using the "Topic Tool" button or the three doted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)

  • 0 Votes
    7 Posts
    3k Views
    A

    Hello folks, I don't think this was ever resolved.
    I ran into the same issue now, picked up the project from https://github.com/annulen/webkit.git built it with Visual Studio and Qt 5.14.2, and ran into the same crash.
    Could you guys get a workaround/reason for the crash?

  • Error compiling qtwebkit

    Unsolved
    1
    0 Votes
    1 Posts
    462 Views
    No one has replied
  • 0 Votes
    2 Posts
    924 Views
    K

    QtWebKit 5.212.x doesn't support ES6 modules. This feature will be available in upcoming release from qtwebkit-dev branch.

  • QTwebkit Build failed on QT-5.15 via Yocto

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    K

    remove python3 suppot patch?

    Ah, you had a local patch. I wonder why nobody even tries to contact maintainer when doing such work. What a horrible waste of time for everyone.