TextArea and Android keyboard
Mobile and Embedded
3
Posts
2
Posters
1.4k
Views
2
Watching
-
-
When I write something in a textarea, the last word appears underlined. If I get text when the last word is underlined i will have all text except the last word. To have all the text I have to click "done" or a space.
Is there a way to have all the text?@mrdebug May be it is related to predictive text. Try disabling it by setting
Qt.ImhNoPredictiveText
for inputMethodHints property.