Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Qt 5.6 crossplatform webview
Forum Updated to NodeBB v4.3 + New Features

Qt 5.6 crossplatform webview

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qt 5.6.0webview webkitandroid
2 Posts 2 Posters 1.6k 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.
  • H Offline
    H Offline
    Hadi
    wrote on last edited by
    #1

    Hi...
    I am using Qt 5.6 mingw on Windows 10 64x for developing a crossplatform app (desktop + mobile). in Qt 5.5 ,I could use webkit to make a crossplatform app for showing web pages in my app ,so I could use it in windows and android and ios... but today I realized we can't use it also can't use QtWebView for windows and also can't use QtWebEngine by mingw...and I am so confused..what is the best choice? what should I do? just I want to show webpage using qt 5.6 mingw (android version--> desktop+mobile) can I hope to solve it in Qt next versions?

    • Edit: even, when i want to run Qt special webview (minibrowser) example, it shows qmake error:
      
    • Project ERROR: Unknown module(s) in QT: webenginewidgets Project ERROR: Unknown module(s) in QT: webview
      
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      QtWebKit for Android and iOS ? Highly unlikely, since both platform forbids the use of non-native web views and there was no ports.

      Taking a quick look at the QtWebView module, there's a QtWebEngine backed WebView when that module is available. So currently you should be able to use that module on all the platforms you are interested in provided that you use a compiler that is supported by QtWebEngine. Note that the compiler constraint doesn't come from Qt but from the Chromium project.

      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