Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-81314

QWebEngineView Chromium version issue

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.14.0
    • WebEngine
    • None
    • Manjaro Archlinux 64bit
    • Linux/X11

      With the following code:

      #include <QApplication>
      #include <QWebEngineView>
      
      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          QWebEngineView w;
          w.setUrl(QUrl("https://web.whatsapp.com/"));
          w.show();
          return a.exec();
      }
      

      I get an invalid chromium version from WhatsApp Web (see attachment)

      The doc says "This version of Qt WebEngine is based on Chromium version 77.0.3865, with additional security fixes from newer versions." so there shouldn't be any problem.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt_webengine_team Qt WebEngine Team
            xavi-b xavi-b
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes