WebEngineView not resizing on Mac
Unsolved
General and Desktop
-
Posting here as I was not getting any traction over at "WebEngineView".
On initial load I can resize the WebEngineView when I resize the main window, however once I navigate to another url, when I resize the window the WebViewEngine stays the original size.import QtQml import QtQuick import QtQuick.Window import QtWebEngine Window { width: 1024 height: 768 visible: true title: qsTr("Hello World") WebEngineView{ anchors.fill: parent url: "https://google.com" } }
Macos: Monteray Version 12.5
QT: 6.4.0