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. Android: Please add QWebEngineView
Forum Updated to NodeBB v4.3 + New Features

Android: Please add QWebEngineView

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 1.5k Views 2 Watching
  • 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.
  • rumpelwichtR Offline
    rumpelwichtR Offline
    rumpelwicht
    wrote on last edited by
    #1

    I tried to port some smaller programs which I used over the years to my new Android mobile, which make strong use of QWebView.

    First I noticed that with QT 5.7 it was gone and re-appeared as QWebEngineView, and wondered about the always propagated backward compatibility ...

    But after getting it all to qork under linux the biggest drawback appeared: QWebEngineView is not present in Android because of some platform restrictions (https://forum.qt.io/topic/65265/qwebengine-not-for-android)
    Other solutions like "Qt Web View" with QML has other drawbacks and I do not yet want to go into the depth of QML.

    So I ask: Is it not possible to introduce a simple wrapper for the platform native browser engine with the functionality of the good old QWebView or the new QWebEngineView. Or maybe jut implement the QWebEngineView as this wrapper on Android (or iOS).

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      Hi, welcome to the Qt forum! You should better bring this up to the mailing list. This forum is more user oriented and the mailing list is where the developers are.

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

        Hi and welcome to devnet,

        Wrappers around a native web view can be found in the QtWebView module.

        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