Qt6.7.0 breaks Android app
Solved
QML and Qt Quick
-
I have an Android App that runs great when I compile it with Qt6.6.2
Today I tried to upgrade to Qt6.7.0 and things got quite bad.- Startup of the app got slow
- The app itself got also slow. Scrolling list views got jittery.
- Password fields are broken. I think that input goes to a pre-edit buffer instead of straight into the text field. This causes the password to become visible and not committed to the text field at all.
- When pressing ENTER in a multiline edit, the edit field loses focus and the keyboard disappears.
Maybe there are more issues, but I gave up and moved back to Qt6.6.2
-
Fixed in 6.7.3
-