Currently developing a keyboard. Whenever I press an EditText, the typing cursor moves to the end of all the words in the EditText automatically. It won't let me start editing within the middle of a sentence.
Scenerio:
User presses an EditText and my keyboard pops up. User types "Banana". User backs out of keyboard (keyboard closes). User presses on edittext with the word "Banana" in it and presses on the middle N. The cursor shows up after the N for half a second and then automatically moves to the end of the word.
Basically what I'm looking for is how to stop an IME from doing this automatically.