Android Softkeybard

Hi.
I’m using textfields, and everything works fine on Android, the soft keyboard shows up, however, when I press the enter key on the soft keyboard, it won’t close.

Is there a work around for this? ie. a way to close the soft keyboard within haxe?

thanks

You could try changing stage.focus to an object other than your input TextField

Echoing - stage.focus = null; works to turn it off too (although I think this may have been just fixed and not yet released).