Qt 6.11 is out! See what's new in the release
blog
Is QT5.5 QtWebEngine or QWebkit valid for Android?
-
Hi and welcome to devnet,
Both are not supported neither on Android nor iOS because on these platform you have to use the native provided web view. You can use the QtWebView module if you need a web view.
Note that it's not a replacement for QtWebKit or QtWebEngine, it just offers an easy to use web view on these platforms.