here is the code I am using: ``` WebView { id: widgetViewer visible: false width: page.width height: visible ? ((parent.height - page_header.height - messageArea.height) / 2) : 0 anchors.bottom: chatFlick.top viewportWidth: width viewportHeight: height } ```