<div dir="ltr">Hi,<div><br></div><div>I'm trying to port an Harmattan application to Sailfish, but I'm stuck at trying to get web page content via DOM Traversal.</div><div><br></div><div>Harmattan app uses QWebView for traversing a web pages DOM and getting the content. Pretty much like the example here:</div>
<div><a href="http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitwidgets-domtraversal-example.html">http://qt-project.org/doc/qt-5/qtwebkitexamples-webkitwidgets-domtraversal-example.html</a><br></div><div><br></div><div>
Only problem is that e.g. QWebView is found in QtWebkitWidgets and AFAIK QtWidgets are not supported in SailfishOS...</div><div><br></div><div>So, my question is: Is there another (simple) way getting Web page content via DOM Traversal (in C++) without the use of QtWidgets?</div>
<div><br></div><div>Best Regards,</div><div>Martin</div></div>