Closed GoogleCodeExporter closed 9 years ago
Not sure if it is related but we are showing the soft keyboard when the dialog
pops up.
dialog.setOnShowListener(new DialogInterface.OnShowListener() {
@Override public void onShow(final DialogInterface dialog) {
view.requestFocus();
inputMethodManager.toggleSoftInput(InputMethodManager.SHOW_FORCED,
If I use "typeTextIntoFocusedView" that seems to solve the problem, so maybe it
is an issue with the field being already focused.
Original comment by YogurtE...@gmail.com
on 10 Jul 2014 at 10:14
So... problem solved? :)
Original comment by vale...@google.com
on 19 Nov 2014 at 10:24
Original issue reported on code.google.com by
YogurtE...@gmail.com
on 10 Jul 2014 at 7:26