Navigation

    Qt Forum

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

    • UNSOLVED qtwebkit 5.3.2 - browser doesn't work in first attempt, need to run it again
      Qt WebKit • qt5 qtwebengine qtwebkit browser qt5.3.2 • • Maneesh  

      1
      0
      Votes
      1
      Posts
      542
      Views

      No one has replied

    • UNSOLVED [qtwebkit 5.4.2 - WEC7-x86] Unable to load svg image from file (*.svg)
      Qt WebKit • qtwebkit svg qt 5.4.2 msvc2008 wec7 • • VinayVerma  

      6
      0
      Votes
      6
      Posts
      1548
      Views

      @VinayVerma Were you able to find a solution to the above problem? I am facing the exact same issue.
    • UNSOLVED QtWebKit don't Build
      Qt WebKit • windows build qtwebkit icu62 • • Soreth  

      15
      0
      Votes
      15
      Posts
      5596
      Views

      Could you show full output of cmake? Did you install libsqlite3-dev package and cmake reports that sqlite is not found? That does not make any sense
    • UNSOLVED Google not loading in QtWebkit
      Qt WebKit • arm qtwebkit arm7 google maps • • Kart  

      7
      0
      Votes
      7
      Posts
      2848
      Views

      @Kart said in Google not loading in QtWebkit: Hi @Konstantin-Tokarev and @JNBarchan, Right now I am trying on an x86 embedded device. I have a Qt 4.8.6 kit for x86 with frame buffer support. But the same issue exists. I have another Qt 4.8.6 kit with same webkit 2.3.4 having a x11 support that I am running on my Ubuntu 12.04 (yeah I am a stone age guy). There the google maps works absolutely fine. So am I missing something on my embedded device ? Or do I have to really move on to Qt5 ? It can be that your QtWebKit configuration that you have on desktop doesn't exactly match your configuration on device. E.g. desktop version uses system libxml2 by default when building, while your embedded version may be built without libxml2 and use QXmlStreamReader instead (which may result in bugs) There may be differences in hardware between you embedded system and PC. For example, does your embedded system support SSE2? I am not against Qt5 or anything. I already have cross compiled Qt5.9.2. But I haven't yet ported my project to Qt5. Can we call it plan B ? Unfortunately "web inspector" is a new word for me. Could you please give me any information on how to use web inspector on an embedded device or how to integrate with Qt ? Do setProperty("_q_webInspectorServerPort", 1234) for QWebPage object, and connect from other WebKit browser to that port (1234 in this case) Thank you.
    • UNSOLVED qt 5 problem in building with visual studio 2015
      Installation and Deployment • qt5.4 visual studio qtwebkit build qt qtscript • • userprogrammer  

      3
      0
      Votes
      3
      Posts
      1927
      Views

      Also note that Qt 5.4 was released before VS2015 came out, you should use at least Qt 5.6 with this compiler
    • SOLVED Where is Qt 5.5 source code?
      Installation and Deployment • qt 5.5 qtwebkit source code download link • • userprogrammer  

      15
      0
      Votes
      15
      Posts
      5380
      Views

      AFAIK, QtWebKit static build has been disabled a long time ago.
    • SOLVED Could somebody teach me how to install this?
      Qt WebKit • library qtwebkit install newbie • • JScars  

      9
      0
      Votes
      9
      Posts
      2926
      Views

      @JScars Please try binaries from http://download.qt.io/snapshots/ci/qtwebkit/qtwebkit/qtwebkit-Windows-Windows_7-Mingw53-Windows-Windows_7-X86.7z
    • SOLVED Entry Point Not Found - libQt5WebKitWidgets.dll
      Qt WebKit • qtwebkit qt5.8 windows 8 qtcreator 4.2.1 mingw53 32bit • • Reonyx_Tech  

      5
      0
      Votes
      5
      Posts
      2026
      Views

      @Konstantin-Tokarev Ok. noted. I will start over and get back to you. For now, it considers solved. Thank you very much :)
    • UNSOLVED 'Cascading Drop-down' and 'Resizing of Colomn' features of UI-Grid (Angular JS) dont work in QtWeb when compared to native browsers like firefox and chrome
      Qt WebKit • javascript qtwebkit qtwebview javascript qweb • • nadeesh  

      1
      0
      Votes
      1
      Posts
      907
      Views

      No one has replied

    • UNSOLVED Building QtWebKit for Qt 5.7 win32-msvc2015
      Qt WebKit • qt5.7 qtwebkit • • Peppy  

      12
      0
      Votes
      12
      Posts
      5091
      Views

      My bad, it's actually "LIB", not "LIBS". It should contain semicolon-separated list of directories where libraries can be searched
    • UNSOLVED Using Qt 5.7 with MSVC compiler
      Tools • qt 5.7 qtwebengine mingw qtwebkit msvc2013 • • Papercut  

      4
      1
      Votes
      4
      Posts
      4916
      Views

      Hi, Did you also install Qt for MSVC2013 ?
    • libqt5webchannel.so.5 missing or not found in Ubuntu 16.04
      Qt WebKit • qt5.5 ubuntu 14.04 qtwebkit debian webchannel • • manojpatidar  

      2
      0
      Votes
      2
      Posts
      1851
      Views

      Now I am not getting libqt5webchannel.so.5 missing error (which is dependency of qt webkit) in Ubuntu 16.04. Till now I was using Ubuntu 14.04 compatible debian/rule file in Ubuntu 16.04 machine during creating debian package. I just made changes in debian/rule file as per Ubuntu 16.04 and it works. But I did not know how to install qt5webchannel in Ubuntu 16.04.
    • UNSOLVED QML 5.7 QNX, module (or version) is not installed
      Mobile and Embedded • qml qt 5.7 qt 5.6 virtualkeyboard qtwebkit • • Julien B  

      3
      0
      Votes
      3
      Posts
      2508
      Views

      Hello @SGaist, Thanks for the tip I will post also on the interest mailing list. Nevertheless I did not modified the qt sources and builds were working fine after compilation for Linux 32 bits and QNX, I just had to add QtWebKit from the community release because it is not a part of official release anymore. Actually for QtWebkit on QNX, the app seems have found the module but not the proper version (3.0). For Virtual Keyboard I did nothing more than compiling and try to use the exemple provided with Qt sources, first on Linux 32 bits then on my QNX arm v7 target. I did that with several others QML examples also provided with Qt sources and I did not encounter that kind of behaviour, no other modules where missing. Maybe i missed something on my target configuration (libs install, Path, ...), I just would like to know if there is a way to list which modules and version are properly installed on a specific system (Linux, QNX).
    • SOLVED WebKit and WebEngine not found in Qt 5.7
      QtWebEngine • qt5.7 qtwebkit installation a • • Faridsarl  

      11
      0
      Votes
      11
      Posts
      9851
      Views

      Ok. Thanks for all.
    • SOLVED Qt5.6: cross compiling QtWebKit issue
      Mobile and Embedded • qt5.6 qtwebkit cross-compile • • Gary Bisson  

      3
      0
      Votes
      3
      Posts
      2559
      Views

      Hi, I'd recommend using code.qt.io when cloning. GitHub is only a mirror.
    • UNSOLVED QtWebKit compiling errors
      General and Desktop • qt5 windows static build compile qtwebkit • • sp00lin9  

      3
      0
      Votes
      3
      Posts
      1990
      Views

      @Konstantin-Tokarev yes it is, i was thinking of trying an older version of ruby as i just grabbed the newest one..
    • SOLVED How to reconnect network?
      Qt WebKit • webview qtwebkit • • carter  

      4
      0
      Votes
      4
      Posts
      1467
      Views

      @raven-worx OK I get some error info in WebPage::extension functional when continue operating under network doesn't work. I also get same info when network work. then I check the real network status in extension functional and use setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility::Accessible) to set network accessibility, that's solved. I guess that will tell qt network is fine to reconnect network.
    • UNSOLVED Anyone glue Qt/C++ to MacGap?
      Qt WebKit • qtwebengine qwebview qtwebkit macgap • • maximo  

      1
      0
      Votes
      1
      Posts
      809
      Views

      No one has replied

    • UNSOLVED QWebView setUrl memory leak
      Qt WebKit • qtwebkit • • sinjohr  

      3
      0
      Votes
      3
      Posts
      1695
      Views

      @ThatDud3 However, my test code only loads "about:blank", I think, which has no resource to cache. I am not still understanding why this code incurs infinite virtual memory leak...
    • UNSOLVED Calling JS from a loop in C++ and keeping it responsive
      Qt WebKit • javascript qtwebkit asynchronous bridge • • jramm  

      7
      0
      Votes
      7
      Posts
      3000
      Views

      @jramm, signals are methods. You can declare a signal as Q_INVOKABLE and call it from JS.
    • QtWebEngine porting : custom file storage or html archive file
      General and Desktop • qtwebengine qnetworkaccessm qtwebkit qrc zip • • QbProg  

      1
      0
      Votes
      1
      Posts
      825
      Views

      No one has replied

    • qtwebkit in 5.3.1 vs current
      Qt WebKit • qtwebkit 5.3.1 • • dansav  

      4
      0
      Votes
      4
      Posts
      1347
      Views

      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.
    • Size of QtWebKit (5.5) on Mac OSX
      Installation and Deployment • qt5.5 deployment osx size qtwebkit • • maximo  

      3
      0
      Votes
      3
      Posts
      1545
      Views

      @maximo Depending on needs of your application you may create a customized build of QtWebKit without some features, which may substantially reduce binary size.
    • How to play HTML5 video file on i.MX6 with QtWebKit
      Mobile and Embedded • linux video webview qtwebkit i.mx6 qt5.4.2 webview webkit • • njozwiak  

      1
      0
      Votes
      1
      Posts
      1684
      Views

      No one has replied

    • Qt5.6 application : red and blue colors swapped
      Mobile and Embedded • qt5.6 qtwebkit framebuffer color change color depth • • florin  

      2
      0
      Votes
      2
      Posts
      1816
      Views

      Hi and welcome to devnet, Since you are using an unreleased version of Qt and hitting something that's probably influenced by the internals of Qt. I'd recommend posting your question on the interest mailing list You'll find there Qt's developers/maintainers (this forum is more user oriented)
    • Building Qt-4.8.7 and qtwebkit-2.3.4 separately with VS2012 on Windows
      Installation and Deployment • windows qtwebkit building vs2012 • • kylinsage  

      4
      0
      Votes
      4
      Posts
      4111
      Views

      The wiki is located here and you should have everything explained there
    • Qt5 and WebKit 3.0 flickering issue
      Qt WebKit • qt5 qt5.5 qt4 qtwebkit • • han_123  

      1
      0
      Votes
      1
      Posts
      800
      Views

      No one has replied

    • Avoid click delay in WebKit 3.0
      Qt WebKit • qtquick qtwebkit hybrid app • • JonnyX  

      2
      0
      Votes
      2
      Posts
      955
      Views

      @JonnyX I am having the same problem, could it be, that somebody found the solution?
    • How to define setters for Element object in QtWebKit?
      Qt WebKit • javascript qtwebkit • • v.martyanov  

      2
      0
      Votes
      2
      Posts
      996
      Views

      I found a bug from 2009 about the same problem: https://code.google.com/p/chromium/issues/detail?id=13175
    • Can I enable WebRTC in QtWebKit 3.0? if Yes, how?
      General and Desktop • qml webkit qtwebkit qt5.4.1 webrtc • • joelmar  

      1
      0
      Votes
      1
      Posts
      946
      Views

      No one has replied

    • QWebView and geolocation.getCurrentPosition?
      Qt WebKit • linux windows mac qtwebkit qtpositioning geolocation qgeocoordinate • • brcontainer  

      1
      0
      Votes
      1
      Posts
      1156
      Views

      No one has replied

    • How to compile qtwebkit-plugins?
      Qt WebKit • windows mingw qwebview qtwebkit spellcheck • • brcontainer  

      15
      0
      Votes
      15
      Posts
      5538
      Views

      @SGaist said: Strange… Let's check with @tekojo tomorrow I discovered, your account is moderator type (I think), my account is a normal user, so I'm not such a function, but @tekojo had an idea to use "tags" instead of this function, see: https://bugreports.qt.io/browse/QTWEBSITE-631