QWebEngine Shows white screen occasionally
-
Hi there,
We are developing a windows desktop application that most business logic is accomplished with web pages which are embeded in QtWebEngine. In most cases, the app works well, but occasionally the web part shows white screen, it seems the QtWebEngine failed to rendering the web pages. We had tried some methods to avoid this problem, for example, listening to QWebEngineView::renderProcessTerminated signal, and reload web page. That solves some of white screen cases, some other cases there is no QWebEngineView::renderProcessTerminated signal.
my question is:- What situation might cause these white screen problem?
- Is there any way detect white screen event?
- If white screen occured, any way to recover?
remark: we are using qt5.15.2 under windows 10.
-
Hey,
This sounds like a bug. Have you reported this into JIRA under QtWebEngine category? If not, please do and tell most precise steps to reproduce it.br,Jarko
-
Hi there,
We are developing a windows desktop application that most business logic is accomplished with web pages which are embeded in QtWebEngine. In most cases, the app works well, but occasionally the web part shows white screen, it seems the QtWebEngine failed to rendering the web pages. We had tried some methods to avoid this problem, for example, listening to QWebEngineView::renderProcessTerminated signal, and reload web page. That solves some of white screen cases, some other cases there is no QWebEngineView::renderProcessTerminated signal.
my question is:- What situation might cause these white screen problem?
- Is there any way detect white screen event?
- If white screen occured, any way to recover?
remark: we are using qt5.15.2 under windows 10.
@nodeepshit
We are having a similar issue: https://bugreports.qt.io/browse/QTBUG-99428