No word suggestions on Android in TextEdit
-
I have a QML TextEdit in my app on Android. On some phones I get suggestions for word completions when I type in the TextEdit. But on other phones no suggestions are given. Word suggestions are enabled in both cases. In other apps the the word suggestions do work.
Does QML not work well on all Android phones? -
there was a bug https://bugreports.qt.io/browse/QTBUG-125410 - should be fixed with 6.8 and 6.7.3
-
Thanks! I recently tried to move my project to 6.8 but I gave up as it was too unstable. I will give 6.7.3 a try.
-
@Michel-de-Boer said in No word suggestions on Android in TextEdit:
tried to move my project to 6.8 but I gave u
I'll start (hopefully) switching to 6.8 with 6.8.1
-
Wise decision to skip the .0 release. I had tried 6.7.1 and 6.7.2 before and they did not work for me. I just tried 6.7.3 and that looks good so far!
-
Fixed in 6.8.2
-