Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. WebEngineView not resizing on Mac
Forum Updated to NodeBB v4.3 + New Features

WebEngineView not resizing on Mac

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 151 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nineswiss
    wrote on 12 Dec 2022, 05:07 last edited by
    #1

    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

    1 Reply Last reply
    0
    • N Offline
      N Offline
      Nineswiss
      wrote on 16 Dec 2022, 03:32 last edited by
      #2

      Well this is annoying...

      1 Reply Last reply
      0

      1/2

      12 Dec 2022, 05:07

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved