Hello,
tl;dr I would like an “ended” event.phase in “userInput” on native.textField/textBox
As the title suggests, I was hoping the engineers would have another look at implementing this?
Currently, no event is triggered in “userInput” when the keyboard is dismissed via back-key while editing a native.textField or native.textBox
I found some old threads referring to this problem, where the solution ended with what we have now: having the activity slide up when the keyboard is shown and slide down when hidden. (Very nice!)
After a quick google search, I found multiple references to an event in android called OnKeyPreIme.
See here http://stackoverflow.com/a/28719420/5812628
What I want out of this is simply to have an “ended” event.phase be triggered when the user presses the back key. I see this as a pretty common behavior for a lot of android users, myself included.
My app isn’t hindered by lack of this functionality, so this isn’t too important right now, but it would help improve app-flow and presentation for my users.
