Web pages in android application
Unsolved
Mobile and Embedded
-
wrote on 7 Feb 2016, 06:40 last edited by
Qt WebKit is removed from Qt 5.6. But WebEngine does not work under Android and mingw.
How, then, to display web documents for android applications and under mingw?
-
Hi,
QtWebKit was not available on Android either, it's one of the platform that, with iOS, doesn't allow third party web engines. You can use the QtWebView module for these platforms. That will provide you a native web view to use.
2/2