Test browser for Qt WebKit 5.4
-
-
You can use examples (http://code.qt.io/cgit/qt/qtwebkit-examples.git/), or this one: https://github.com/OtterBrowser/test-qtwebkit
BTW, if you are using QtWebKit shipped with Qt 5.4, it's very likely that you have a lot of rendering issues with modern web pages. You should use 5.212 branch instead, it's fully compatible with the rest of Qt 5.4 but provides much better compatibility. See https://github.com/annulen/webkit/wiki
-
Thank you for the response. Unfortunately I am not a developer on the project that is using QtWebKit 5.4, ie Tableau. The Tableau Public desktop software uses QtWebKit to provide their webdataconnector functionality. These connectors are websites that pull in some javascript provided by Tableau to interact with their container. I am working on one of these connectors and that is where I have run into the issue. I will take a look at the example you provided. Is that something I an use the Qt Creator to build and launch?