Is there any way when I call the virtual keyboard ( SoftKeyboard
) set the cursor position?
I have a EditText
that already is filled by default the number 10
, when the keyboard starts I want the cursor to be just after 0
, but it is coming before 1
.