Cannot use webkit in IOS iphone6
-
Hi,
Due to Apple's constraints there's no QtWebKit module for iOS. There's however the QtWebView module that allows you to use a native web view in your application.
Hope it helps
-
Hi,
Due to Apple's constraints there's no QtWebKit module for iOS. There's however the QtWebView module that allows you to use a native web view in your application.
Hope it helps
-
Which one ?
-
QWebView of which module ? There's QtWebKit, QtWebEngine and QtWebView. You can't use the first two because of the restriction Apple's put on iOS.