Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
I am using phonegap plugin for my app written for android. I want to catch/handle the next key event in android soft keyboard because i have some plugins like niceditor for textarea, so when i click on next button from the field before to niceditor my app gets collapsed as device does not recognize the niceditor as text field. so i want it to be handled manually. Thanks in advance if anybody can help me out to get the solution. | |||
editText = (EditText)layout.findViewById(R.id.editText);
| |||
default
.
stackoverflow.comm
No comments:
Post a Comment