I've been trying to use a custom keyboard and not getting anywhere. I'm using a label for the text field and am able to process keypresses on my keyboard, but I can't handle these things:
1. Move the cursor to the point touched by the user.
2. Have a blinking cursor or any cursor which doesn't take up a whole character space (e.g.: spa|ce). Using the default keyboard, the cursor is flush up against the character on its left.
3. Get a label to look like an EditText box, though I haven't tried putting a transparent label over an EditText box.
The only thing I've found on the forums is a Hebrew keyboard, but it has even more problems than those above.
1. Move the cursor to the point touched by the user.
2. Have a blinking cursor or any cursor which doesn't take up a whole character space (e.g.: spa|ce). Using the default keyboard, the cursor is flush up against the character on its left.
3. Get a label to look like an EditText box, though I haven't tried putting a transparent label over an EditText box.
The only thing I've found on the forums is a Hebrew keyboard, but it has even more problems than those above.