Html5ApplicationViewer does not refresh UI
-
Hi All,
I am facing an issue on Windows Server 2008 R2 Standard SP1.
My application is built base on Html5ApplicationViewer. in my application i used angularjs1. My problem is:
The Element (Div), change style in delay time, or i have to hide a part of view and move view to center of screen. Then it is refreshed. It looks WebView does not refresh my UI.Could you please let me know how to fix it?
Many thanks,
William Tran. -
I have found root core of my problem. When my application using:
app:setAttribute(Qt::AA_UseOpenGLES)
This setting make app response slowly, but it will not happen on all machines. So i did not really understand about this line of code. As i understood with this code above, we force application using openGL 2.0 or higher.
My application was built base on QtWebEngine. is it needed to force app using OpenGL? could somebody know?