Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.9k Posts
  • 0 Votes
    8 Posts
    3k Views
    D
    I reposted this because I had qtwebengine tab browser mixed up with qtwebkit tab browser, so some of my statements were incorrect. I do get errors on the https site you said to try.
  • 5.3.1 qtwebkit Tabbed browser has openssl errors on mac

    5.3.1 tab browser openssl
    1
    0 Votes
    1 Posts
    695 Views
    No one has replied
  • fancybrowser has problems with macys purchase

    4
    0 Votes
    4 Posts
    2k Views
    D
    @ThatDud3 My only option at this point is to deal with the problem in qtwebkit. Do you think the SSL error message is actually on Macy's end, or is it in response to something that qtwebkit is doing? Is there anyway to verify this from say "chrome" on my desktop? If the problem is Macys... I have limited knowledge in qt and c++ is it possible I could still fix this problem myself. Are there examples of handling SSL errors that I could add to the uwebkit networkaccess section? If the problem is not Macys... Is there some other reason why Macy's would get confused about the browser, and SSL?
  • 0 Votes
    1 Posts
    962 Views
    No one has replied
  • qtwebkit in 5.3.1 vs current

    qtwebkit 5.3.1
    4
    0 Votes
    4 Posts
    2k Views
    D
    Nevermind tried again and it worked. So 5.3 does have the same problem as uwebkit in that macys gives the same error. Next I tried to build the 5.5 fancybrowser. and the same thing happens in both.
  • QtWebEngine fails compiling on CentOS 7

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

    Locked
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Accessing the DOM of a QtWebKit Application

    4
    0 Votes
    4 Posts
    4k Views
    K
    Hi Late answer, but option-1 (i.e Selenium WebDriver) is possible. There is a WebDriver implementation for QtWebkit here: https://github.com/cisco-open-source/qtwebdriver . It also can automate qtwidget, QML and hybrid applications.
  • QWebFrame::render get black frame from youtube

    1
    0 Votes
    1 Posts
    444 Views
    No one has replied
  • Avoid click delay in WebKit 3.0

    qtquick qtwebkit hybrid app
    2
    0 Votes
    2 Posts
    1k Views
    RakettenR
    @JonnyX I am having the same problem, could it be, that somebody found the solution?
  • 0 Votes
    1 Posts
    829 Views
    No one has replied
  • Qwebkit links with .org do not work - SOLVED

    qt5.4 qwebkit qwebpage windows desktop
    4
    0 Votes
    4 Posts
    2k Views
    U
    Solved from https://forum.qt.io/topic/17139/solved-how-to-use-ssl-support-without-manualy-building-qt-libraries/6 added CONFIG += openssl-linked copied from the QtSdk the (MingW) libeay32.dll and ssleay32.dll in the same folder as the executable
  • 0 Votes
    4 Posts
    2k Views
    T
    Hello Timo, I see your post is about a year ago. But currently i have a same situation concerning webview. see my *pdf http://www.adesys.nl/download/QWebViewFontIssue.pdf I also played with the rendiring hits etc. but no success, My question, did you succeed in solving your problem ? An have hint to solve my problem. Thanks in advance for your info. Kind regards Teun Grinwis
  • Call/Audio Control using the QWebView

    webview webkit
    1
    0 Votes
    1 Posts
    940 Views
    No one has replied
  • Video scaling at Qt Browser

    videoplayback videooutput
    1
    0 Votes
    1 Posts
    879 Views
    No one has replied
  • Is anyone working on a Webkit2 port?

    7
    0 Votes
    7 Posts
    3k Views
    JKSHJ
    @theDAX said: About QtWebkit (WebkKit2 according to me) and QtWebWidgets (WebKit1 according to me). Well what you say sounds interesting if they both are based on WebKit2 (and I realy do hope you're right so I can stick to WebKit2) BUT.......but .....this link shows me that it is in fact not: http://doc.qt.io/qt-5/qtwebkitexamples-index.html Sorry, you're right -- I misunderstood what Allan said. About the Linux maintainers and the availability of QtWebEngine See this link where the maintainers talk about compiling and packaging (it does'nt look good for QtWebEngine there). Note: I got it working but at a pretty labour intensive price. https://www.phoronix.com/scan.php?page=news_item&px=QtWebEngine-Mess-Debian and this one: http://kde-core-devel.kde.narkive.com/LJ3pjpxp/distros-and-qtwebengine Read my link above. It describes how Qt 5.6 will address these issues. About QtWebKit2 on Android and iOS You cant find it on the website of Qt but when I download the Qt online installer for Linux, I see in there the option to download the technology preview of QtWebKit for Android and iOS....... now how about that ;-) That sounds like a bug in the installer. (Did you try to run Qt WebKit on Android and iOS?) About performance That is my own observation using the examples. It is not that the WebEngine itself is slow..... it drags my userinterface to a crawl when I compare that to using webkit. This might because it is running in a VM with and without 3D accelerated...... but I do not have that issue with WebKit1...... but that has other issues though ;-) Yeah, I recommend doing benchmarks on physical machines, not virtual machines. The force of Google There might be WebKit2 for Android and for iOS (without Google effort, see Technology preview) There is QtWebEngine (with Google effort) but NOT for Android...... why? Why, when Google itself has one for all Android versions...... Why is there not a Qt version of it for Android? That is what makes me believe that Google wants to control that part themself (and not by Qt developers or developers using Qt that can make an alternative version for Android). There is no Qt WebKit for Android or iOS.