QtWebView Android C++
Mobile and Embedded
3
Posts
2
Posters
1.4k
Views
2
Watching
-
wrote on 7 Jul 2015, 19:56 last edited by
Apparently there is now a "Tech Preview" of QtWebView for Android. I've been trying to figure out how to use it in an android project w/o QML. Is there a way? If so, what are the QT += lines for Android? I have used the "MiniBrowser" example QML app. Thanks!
-
Hi,
QT += webview
And you should be good to go.
-
wrote on 9 Jul 2015, 12:32 last edited by
Thanks. I could not get that to work, however, with some digging I figured out that webview_private would work. In the end, it worked pretty well on my Android device.
1/3