TextArea and Android keyboard
-
wrote on 21 May 2015, 19:58 last edited by
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? -
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. -
wrote on 23 May 2015, 15:00 last edited by
No effect in Android.
3/3