Qt WebKit On Mobile
问题 I am trying to render a web page. Qt says their QtWebKit is available for mobile since 4.8 here If you want to target mobile devices you should consider using QGraphicsWebView instead of QWebView. Both of them is under QtWebKit. So what am I missing? 回答1: If you are talking about Android and iOS, it's just a no-no. Citing Digia from the release page of Qt 5.2: Qt Webkit is not supported on Android and we are working on providing a cross-platform API to integrate web content into mobile apps.