Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QWebEngine not for Android
QtWS25 Last Chance

QWebEngine not for Android

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 1.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    pvbrowser
    wrote on last edited by
    #1

    Today i tried to evaluate Qt5.6 for Android.
    Especially i thought that QWebEngine especially QWebEngineView would be available for Android.
    But to my disappointment it seems to be missing.
    See also "Qt Add-Ons" -> "Qt WebEngine Widgets" in
    http://doc.qt.io/qt-5/qtmodules.html
    which is only available on Windows, Linux, and OS X.

    Question: Will QWebEngineWidgets be available for Android at some point in the future or not?

    PS:
    Back in Qt4.8 the unofficial Ministro from Bogdan Vatra provided QWebView support with Webkit on Android.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The reason for both QtWebKit and QtWebEngine not being available for Android (and iOS for that matter) is a platform restriction that impose the use of the native web view of the respective OS so independent of Qt.

      One alternative for these OSs is to use the QtWebView module which provide a simple wrapper around native web views.

      Hope it helps.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • P Offline
        P Offline
        pvbrowser
        wrote on last edited by
        #3

        Thank you for the link to the qwebservice wrapper.
        Up to now i did not go into details but i could only find QObject but not QWidget within the sources.

        Thus i assume that this is for QML use only.
        I will step into more details to see if i can use it from a QWidget based application.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You could use QQuickWidget

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved