Fetching "Done" button clicked from TextField on iOS
QML and Qt Quick
1
Posts
1
Posters
981
Views
1
Watching
-
wrote on 17 Dec 2013, 17:38 last edited by
Hi,
currently I am trying to fetch some text from a QML TextField after the user has pressed the enter key.
@
TextField
{
id: messageTextFieldKeys.onReturnPressed: { // message processing here } }
@
The code given above works on the desktop (e.g. OS X) but while running on iOS this key event is not triggered. On iOS I want to fetch an event that is triggered when the user pushes the "Done" button on the virtual keyboard. Is there a possibility to do that?
Greetings
DerHandwerk
1/1