WebEngineView not resizing on Mac
-
wrote on 12 Dec 2022, 05:07 last edited by
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 -
wrote on 16 Dec 2022, 03:32 last edited by
Well this is annoying...
1/2