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

QWebEngineView Chromium version issue

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes