Hi
I have the same problem with my app. Only the back key and the OK key
trigger the onKey method.
I can't understand what's wrong since this app has not been modified for
months and used to work onto Android 1.5
To bypath this issue I used a TextWatcher, but I am very interested in
what's wrong
Hi
I have came across a problem with android 2.1 EditText. It does not
fire onKey event listener.
EditText edit = (EditText) findViewById(R.id.edit);
edit.setOnKeyListener(new OnKeyListener() {
@Override
public boolean onKey(View v,
2 matches
Mail list logo