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.
-
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.
@SGaist
is there is a chance to get wrapper from QtWebView to QtWebEngine for non- OSX desktops?
This will help to unify codebase a lotthanks
-
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