Description
I suggest to add the following code in the line number 233 of the qt5/qtwebview/src/jar/src/org/qtproject/qt5/android/view file of the library source:
webSettings.setDomStorageEnabled(true);
It fix render problems rendering web content when it needs to load external dependencies.