QML widget shows blank in Android while working in iOS after upgrading to 5.15.19 from 5.12
-
Currently updating Qt to 5.15.19 from 5.12.
There is no impact on iOS UI, but for Android, widget (QML) does not show up , but if add a webview into a qml file, webview content shows up.
When rotation the screen, qml widget shows up quickly but disappears, so looks layer issue? when detect "visible", or ApplicationWindow's height and width, it actually has correct values, just not show up widget.
Any suggestions? thanks a lot