Cannot use webkit in IOS iphone6
Mobile and Embedded
6
Posts
2
Posters
1.3k
Views
2
Watching
-
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.