Http Request
Unsolved
Qt WebKit
-
Hello hello,
i want to display thingspeak channels in an android app.
Is ist possible to do that with the qtwebkit?There are several apps in appstore, but i need a very very simple one, just with a chart and a table, if possible.
Cheers,
thanks for help. -
Hi,
QtWebKit is not available on Android (nor iOS for that matter) because of one limitation of the platform: you have to use a native web view. For that, you can use the QtWebView module. It should give you a native web view to integrate to your application.
Hope it helps