I wrote a simple Qt application (Windows + Mac) that uses QtWebKit to render a website inside a window. But I already saw the differences in layout and behavior between our application and Chrome (which also uses WebKit), for example: - different fonts are displayed for the same web page - html anchor link with "javascript: someFunction ()" does not work
Is there somewhere a summary list of all such differences (not the entire list of QtWebKit errors)? Also: is there a way to use a version of WebKit more similar to Chrome in my application?
source share