SOLVED - Browser does not work on android
-
Hello!
Please help. The following examples do not work on android:http://doc.qt.io/qt-5/qtwebkitexampl...r-example.html
http://doc.qt.io/qt-5/qtwebengine-qu...r-example.html
http://doc.qt.io/qt-5/qtwebenginewid...r-example.htmlAndroid armeabi-v7a (GCC 4.9, Qt 5.4.1) on linux OpenSUSE, produces errors:
Project ERROR: Unknown module(s) in QT: webengine
Project ERROR: Unknown module(s) in QT: webenginewidgets
or example import QtWebEngine 1.0 QML module could not be found.I'm trying to use QWebView for android, but it does not work. Incorrect properties.
import QtQuick 2.3 or 1.0
import QtQuick.Controls 1.3
import QtWebKit 3.0For desctop everything works fine.
How to run on android Qt Internet browser?
-
@Alexorleon AFAIK Qt WebView works on android. Try the example at the bottom provided on that page.
-
@p3c0
Yes, thanks.
I found this example. And he is works.http://doc.qt.io/qt-5/qtwebview-minibrowser-example.html
And I found - Webengine is not supported on android and not with MinGW either.