0

I'm trying to load the soft keyboard while I dismiss a DatePickerDialog. It appears to be a timing issue. The DatePickerDialog still has focus, so attempting to show the soft keyboard does nothing. However, if I use a handler to cause a delay, it works fine. Any ideas?

Quentamia
  • 3,244
  • 3
  • 33
  • 42

1 Answers1

0

I solved the problem by showing the soft keyboard after a short delay. It's a hack, but it works.

Quentamia
  • 3,244
  • 3
  • 33
  • 42