Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. The MiniBrowser example project does not display websites/content in Qt 5.15.0.
Forum Update on Monday, May 27th 2025

The MiniBrowser example project does not display websites/content in Qt 5.15.0.

Scheduled Pinned Locked Moved Solved QtWebEngine
4 Posts 2 Posters 161 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.
  • H Offline
    H Offline
    hemang_1711
    wrote on last edited by
    #1

    I am facing an issue with WebView. I have run all the example projects related to WebView in Qt 5.15.0, and while the website URL loads successfully, the content is not displayed.

    jsulmJ 1 Reply Last reply
    0
    • H hemang_1711

      I am facing an issue with WebView. I have run all the example projects related to WebView in Qt 5.15.0, and while the website URL loads successfully, the content is not displayed.

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by jsulm
      #2

      @hemang_1711 Why don't you try with a more recent version? At least Qt 5.15.2 or even Qt 6.8.2
      And please provide more details: on which platform?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hemang_1711
        wrote on last edited by
        #3

        @jsulm I have also run it in Qt 5.15.2, but the issue remains. I can try up to version 5.15.6, as that is my requirement.

        1 Reply Last reply
        0
        • H Offline
          H Offline
          hemang_1711
          wrote on last edited by
          #4

          Solved this issue by Disabling the sandbox .

          Added this in main.cpp:

          // Disable the sandbox before initializing QtWebEngine
          qputenv("QTWEBENGINE_DISABLE_SANDBOX", "1");
          

          Disabling the sandbox allows the content to display successfully.

          1 Reply Last reply
          0
          • H hemang_1711 has marked this topic as solved on

          • Login

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