the soft keyboard can be tricky sometimes. i belive the last line, txtsearch.requestfocus() is unnecessary, and could actually be screwing things up. by telling the keyboard to show_forced on txtsearch you are already telling it to have focus.
txtsearch.requestfocus()
the soft keyboard can be tricky sometimes. i belive the last line,
txtsearch.requestfocus()
is unnecessary, and could actually be screwing things up. by telling the keyboard to show_forced on txtsearch you are already telling it to have focus.