I set focus change listener with following code;
> edt.setOnFocusChangeListener(new View.OnFocusChangeListener() {
>
> @Override
> public void onFocusChange(View v, boolean hasFocus) {
> if (hasFocus) {
> // do something
> } else {
> // do something else
> }
> }
> });
>
It works on different phones except for the "*Samsung Galaxy Ace S5830*".
The phone is android 2.3.4. I can not figure out why *OnFoscusChange()* is
not getting called. Is this a known bug for Samsung Galaxy Ace S5830? Is
there a way to detect this device and do some kind of work around?
Thanks!
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.