UIEditBox - Android - Multiple Issues

The UIEditBox on Android is giving us quite a headache at the moment. Some of them are

  • It often skips letters that the users enter, e.g. you enter 5 letters but it only shows 4
  • If you set it to SENSTIVE mode, it still show autocompletion hints
  • If you hold the backspace button on the keyboard, it will only delete one character and not delete word-wise or everything after holding for a while (like it does on Android).

Is anybody facing similar issues and/or has an idea how to fix them?