Is there any way to prevent the soft keyboard from closing when the back key is pressed?
Alternatively, is there any way to set up an event to trap when the soft keyboard is closed via the back key being pressed?
I can't seem to find anything on the forums that directly address this - which is puzzling because I would have thought it would be a common requirement.
EDIT: I should add that I have tried monitoring activity height via the IME library without success - all the relevant EditText views are inside a class.
Thanks in advance...
Alternatively, is there any way to set up an event to trap when the soft keyboard is closed via the back key being pressed?
I can't seem to find anything on the forums that directly address this - which is puzzling because I would have thought it would be a common requirement.
EDIT: I should add that I have tried monitoring activity height via the IME library without success - all the relevant EditText views are inside a class.
Thanks in advance...
Last edited: