On Text Committed is not firing on Android build

I have a EditableTextBox widget and I am trying to use the on text committed event. Works perfectly fine in the editor and in windows build. But in Android build it will not fire when I tap the return/enter key in the virtual keyboard. Only after fiddling for a few minutes does it work. I have to continuously try to open the keyboard and press enter and eventually it works. Not sure what causes it to not work at first. It always fires if the commit method is user moved focus but for some reason it does not work upon hitting the enter key on Android when the app first launches.

Same issue here. Any solution?

I’m struggling with the same issue. When I press on Enter button on mobile devices, it changes the line of the text that I’m typing. Anyone knows the solution for this?