Hello,
I am trying to trigger the OnTextCommitted event from an Editable text when i press the ‘OK’ button on the virtual keyboard of the phone (the focus is set in the editable text).
The issue is that when i enter the text and i press ‘OK’ the keyboard is closed (as expected) but the OnTextCommitted event is not called. I have to touch out of the editable text in order to trigger the event.
Help would be very appreciated !
Thx.