Qtwebengine seems hang on if load javascript resource
-
Hi, everyone
I have successfully cross-compiled qtwebengine with qt5.4rc on ARM platform.
Quicknanobrowser sample applicaiton is used to load any web site for test.
If I just load one very simple html (only hellow world ), it work and render OK on screen.
After rendering, other rendering QtWebEngineProcess run in backround.
But it just load more then one javascripts in html, application process seems get stuck and FrameLoader did not complete loading.
Have anyone encountered same problem ?