Displaying a web page in Android
-
I've heard that QtWebKit is not available in Android. But now I'm developing an application for Android using Qt/QtQuick2 and I need to let users login to their Instagram profiles through my application. And this needs to display a web page from Instagram to users.(There isn't second way)
Is this possible to display a webpage in Android using Qt 5.3.1? If no, I have to swith to Java for this realy tiny problem.
I even tried to compile QtWebkit for android, I compiled it but when I ran my app it stopped. -
Hi,
bq. Is this possible to display a webpage in Android using Qt 5.3.1?
Still no. If you could wait for Qt 5.4, there's a tech preview coming.
Check JKSH's post "here":http://qt-project.org/forums/viewthread/37586/#196169
-
Hi,
There's also "QtWebView":https://qt.gitorious.org/qt/qtwebview that might help in your case