Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QtWebEngine just produces a white screen on some devices
Forum Updated to NodeBB v4.3 + New Features

QtWebEngine just produces a white screen on some devices

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 672 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.
  • ClarkyC Offline
    ClarkyC Offline
    Clarky
    wrote on last edited by Clarky
    #1

    I am currently using QT Web Engine to display a web page in my application that allows users to authorise the app access to their google calendars however on machines running OSX it just displays a white page and crashes when the user closes the application, on Windows it displays the page correctly.

    The page however does load correctly when I run the application on my OSX device when running in debug within QT.

    I have referenced WebEngine in my shared.pri file using:

    QT += webengine
    

    And initialise it in my main.cpp when the app starts. I load the view using WebEngineView in QML and the url it connects to is hardcoded into the application so it's the same for everyone.

    I have checked that the frameworks QTWebChannel, QTWebEngine and QTWebEngineCore are all linked correctly and they seem to be. I am building using Qt version 5.12.1 and using OSX Mojave 10.14.5.

    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