OnTextCommited (text box) does'nt work on Android

Hi!

I have a problem with a text box on a umg widget.

I have done a widget for writting a password, I write a word and I get an action. I play it with mobile preview on PC and it works. It gets the text changed and it plays an action.

Then I play on the android device (packaged) and it can’t get the text, so, I can write the word, but it happens nothing.

OnTextChanged wasn’t implemented on Android before 4.13, but OnTextComitted works fine for me.