QWebView for mobile
-
-
Because the QtWebKit and QtWebKitWidgets modules are not available on the mobile targets due to platforms restriction for both iOS and Android outside Qt's control.
The QtWebView module is what you need to use for these. The class name will be the same but the module is different.
-
QtWebView is not a wrapper around QtWebEngine, it's a wrapper around the platforms native web views.
I don't know the roadmap for the module