Yet another soft keyboard issue...!

I start an activity with the following flags:
android:windowSoftInputMode="stateHidden|adjustPan"

This means that upon startup, the soft keyboard is not displayed.
Clicking into the EditText brings up the keyboard as expected.

>From this activity, I open up a new activity (containing a webview
which loads an external site, but I think that's irrelevant), then
when the transaction is complete it finishes and returns to the
original activity. Once back, the soft keyboard will not display any
more.

The onClick function of the EditText is still working, I'm logging
that, but the keyboard doesn't pop up - so what's happened to the
keyboard?

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to