Thursday, June 10, 2010

[android-developers] requestFocus() doesn't bring up soft keyboard for edittext

Hello all,

I have a BroadcastReceiver and in the onReceive method it does some
stuff and when its done it should change the focus to a specific
EditText field in the ui. This all works just fine with
requestFocus() but it doesn't actually bring up the soft keyboard when
that edittext receives focus. What would I need to do in order to
bring up the soft keyboard in this situation?

-Mike

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment