简体   繁体   中英

Displaying a web page in Android using Qt for 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 ?

Qt WebEngine Technology is under development. For a Qt and cross platform solution you should wait for it to be available on Android.

Currently to incorporate web content into your Qt application on Android, you need to use a native web component. Interacting with native contents could be done by the Qt Android Extras module with a JNI convenience API.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM