Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. WebView display blank white screen
Forum Updated to NodeBB v4.3 + New Features

WebView display blank white screen

Scheduled Pinned Locked Moved Qt WebKit
3 Posts 3 Posters 2.2k Views 1 Watching
  • 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
    nikhil.patil2010
    wrote on 18 Mar 2014, 11:39 last edited by
    #1

    I've used the Webview to display the webpage within the my QtQuick app. But its showing the blank screen instead of displaying the webpage. Also it gives some warning saying "using qt quick 1 code model instead of qt quick 2".

    1 Reply Last reply
    0
    • A Offline
      A Offline
      agocs
      wrote on 18 Mar 2014, 13:44 last edited by
      #2

      Which version? What platform? If this is on Windows with Qt 5.2 then it could be http://bugreports.qt-project.org/browse/QTBUG-37043

      1 Reply Last reply
      0
      • C Offline
        C Offline
        casper1
        wrote on 28 Jan 2025, 14:57 last edited by
        #3

        If you see a blank screen in QWebView, check that the URL is correct and fully qualified. Consider switching to QWebEngineView for newer Qt versions. Ensure you have the necessary WebKit or WebEngine dependencies, enable JavaScript if needed, and check the console for errors like missing resources or SSL issues. You can also try loading simple HTML to test. Updating Qt may fix any bugs causing the problem.

        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