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

WebEngineView not resizing on Mac

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 147 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.
  • NineswissN Offline
    NineswissN Offline
    Nineswiss
    wrote on 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
    • NineswissN Offline
      NineswissN Offline
      Nineswiss
      wrote on last edited by
      #2

      Well this is annoying...

      1 Reply Last reply
      0

      • Login

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