How can I prevent the soft keyboard from opening for one particular edit text.
It is too high on the Activity so IME_HeightChanged doesn't seem to fire.
_FocusChanged only works when you first enter the View.
I have built my own keyboard but I want the user to be able to set the cursor where he wants just like any other edittext. Problem is every time you touch the view the keyboard pops up.
Thanks.
It is too high on the Activity so IME_HeightChanged doesn't seem to fire.
_FocusChanged only works when you first enter the View.
I have built my own keyboard but I want the user to be able to set the cursor where he wants just like any other edittext. Problem is every time you touch the view the keyboard pops up.
Thanks.
Last edited: