I would like to intercept characters typed into the keyboard, but I also need to intercept if backspace and enter are pressed.
I am currently invoking the keyboard by setting focus on a textview and can intercept individual characters, but not the back/enter buttons.
Any suggestions as to how I can accomplish this?
Thanks
I am currently invoking the keyboard by setting focus on a textview and can intercept individual characters, but not the back/enter buttons.
Any suggestions as to how I can accomplish this?
Thanks